pub struct ExtractionRules { /* private fields */ }Expand description
Wrapper around implementations of Extract trait. Add custom extraction rules or use the default extraction rules.
Implementations§
Trait Implementations§
Source§impl Default for ExtractionRules
The default implementation of ExtractionRules uses all the rules in the default_extractors folder
impl Default for ExtractionRules
The default implementation of ExtractionRules uses all the rules in the default_extractors folder
Auto Trait Implementations§
impl Freeze for ExtractionRules
impl !RefUnwindSafe for ExtractionRules
impl !Send for ExtractionRules
impl !Sync for ExtractionRules
impl Unpin for ExtractionRules
impl UnsafeUnpin for ExtractionRules
impl !UnwindSafe for ExtractionRules
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