pub struct DynamicSubidExtractor();Implementations§
Trait Implementations§
Source§impl Default for DynamicSubidExtractor
impl Default for DynamicSubidExtractor
Auto Trait Implementations§
impl Freeze for DynamicSubidExtractor
impl RefUnwindSafe for DynamicSubidExtractor
impl Send for DynamicSubidExtractor
impl Sync for DynamicSubidExtractor
impl Unpin for DynamicSubidExtractor
impl UnwindSafe for DynamicSubidExtractor
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