pub struct MapError<T: Treater, E: From<T::Err>>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<T, E> Freeze for MapError<T, E>
impl<T, E> RefUnwindSafe for MapError<T, E>where
T: RefUnwindSafe,
E: RefUnwindSafe,
impl<T, E> Send for MapError<T, E>
impl<T, E> Sync for MapError<T, E>
impl<T, E> Unpin for MapError<T, E>
impl<T, E> UnwindSafe for MapError<T, E>where
T: UnwindSafe,
E: 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