Struct jsonrpc_ipc_server::NoopExtractor
source · [−]pub struct NoopExtractor;
Expand description
Noop-extractor
Trait Implementations
sourceimpl<M: Metadata + Default> MetaExtractor<M> for NoopExtractor
impl<M: Metadata + Default> MetaExtractor<M> for NoopExtractor
sourcefn extract(&self, _context: &RequestContext<'_>) -> M
fn extract(&self, _context: &RequestContext<'_>) -> M
Extracts metadata from request context
Auto Trait Implementations
impl RefUnwindSafe for NoopExtractor
impl Send for NoopExtractor
impl Sync for NoopExtractor
impl Unpin for NoopExtractor
impl UnwindSafe for NoopExtractor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more