pub struct Mapper<C, F, Q>(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C, F, Q> Freeze for Mapper<C, F, Q>
impl<C, F, Q> RefUnwindSafe for Mapper<C, F, Q>where
C: RefUnwindSafe,
F: RefUnwindSafe,
impl<C, F, Q> Send for Mapper<C, F, Q>
impl<C, F, Q> Sync for Mapper<C, F, Q>
impl<C, F, Q> Unpin for Mapper<C, F, Q>
impl<C, F, Q> UnwindSafe for Mapper<C, F, Q>where
C: UnwindSafe,
F: UnwindSafe,
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