pub struct MapFn { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapFn
impl RefUnwindSafe for MapFn
impl Send for MapFn
impl Sync for MapFn
impl Unpin for MapFn
impl UnwindSafe for MapFn
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