pub struct DisplayWrapper<'i, T> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'i, T> Freeze for DisplayWrapper<'i, T>
impl<'i, T> RefUnwindSafe for DisplayWrapper<'i, T>where
T: RefUnwindSafe,
impl<'i, T> Send for DisplayWrapper<'i, T>where
T: Sync,
impl<'i, T> Sync for DisplayWrapper<'i, T>where
T: Sync,
impl<'i, T> Unpin for DisplayWrapper<'i, T>
impl<'i, T> UnwindSafe for DisplayWrapper<'i, T>where
T: RefUnwindSafe,
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