pub struct ErrorDisplayer<'a, E: ?Sized>(pub &'a E);Tuple Fields§
§0: &'a ETrait Implementations§
Auto Trait Implementations§
impl<'a, E> Freeze for ErrorDisplayer<'a, E>where
E: ?Sized,
impl<'a, E> RefUnwindSafe for ErrorDisplayer<'a, E>where
E: RefUnwindSafe + ?Sized,
impl<'a, E> Send for ErrorDisplayer<'a, E>
impl<'a, E> Sync for ErrorDisplayer<'a, E>
impl<'a, E> Unpin for ErrorDisplayer<'a, E>where
E: ?Sized,
impl<'a, E> UnwindSafe for ErrorDisplayer<'a, E>where
E: RefUnwindSafe + ?Sized,
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