pub struct MapperFn<F, In, Out> { /* private fields */ }Expand description
Data mapper from a function
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F, In, Out> Freeze for MapperFn<F, In, Out>where
F: Freeze,
impl<F, In, Out> RefUnwindSafe for MapperFn<F, In, Out>
impl<F, In, Out> Send for MapperFn<F, In, Out>
impl<F, In, Out> Sync for MapperFn<F, In, Out>
impl<F, In, Out> Unpin for MapperFn<F, In, Out>
impl<F, In, Out> UnwindSafe for MapperFn<F, In, Out>
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