pub struct AdaptMap<'a, D, E, F, W>(/* private fields */);
Expand description
Sink adapter that applies some function before passing the value to the wrapped sink
Trait Implementations§
Auto Trait Implementations§
impl<'a, D, E, F, W> Freeze for AdaptMap<'a, D, E, F, W>where
F: Freeze,
impl<'a, D, E, F, W> RefUnwindSafe for AdaptMap<'a, D, E, F, W>
impl<'a, D, E, F, W> Send for AdaptMap<'a, D, E, F, W>
impl<'a, D, E, F, W> Sync for AdaptMap<'a, D, E, F, W>
impl<'a, D, E, F, W> Unpin for AdaptMap<'a, D, E, F, W>
impl<'a, D, E, F, W> !UnwindSafe for AdaptMap<'a, D, E, F, W>
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