pub struct ExtractorRegistry { /* private fields */ }Expand description
Registry for site-specific extractors
Implementations§
Trait Implementations§
Source§impl Debug for ExtractorRegistry
impl Debug for ExtractorRegistry
Auto Trait Implementations§
impl !RefUnwindSafe for ExtractorRegistry
impl !UnwindSafe for ExtractorRegistry
impl Freeze for ExtractorRegistry
impl Send for ExtractorRegistry
impl Sync for ExtractorRegistry
impl Unpin for ExtractorRegistry
impl UnsafeUnpin for ExtractorRegistry
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