pub struct NoopExtractor;
Expand description
Noop-extractor
Trait Implementations§
Source§impl<M: Metadata + Default> MetaExtractor<M> for NoopExtractor
impl<M: Metadata + Default> MetaExtractor<M> for NoopExtractor
Source§fn extract(&self, _context: &RequestContext<'_>) -> M
fn extract(&self, _context: &RequestContext<'_>) -> M
Extracts metadata from request context
Auto Trait Implementations§
impl Freeze for NoopExtractor
impl RefUnwindSafe for NoopExtractor
impl Send for NoopExtractor
impl Sync for NoopExtractor
impl Unpin for NoopExtractor
impl UnwindSafe for NoopExtractor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more