pub struct Displayed<'a, T>(_)
where
T: ?Sized;
Trait Implementations
Auto Trait Implementations
impl<'a, T: ?Sized> RefUnwindSafe for Displayed<'a, T>where
T: RefUnwindSafe,
impl<'a, T: ?Sized> Send for Displayed<'a, T>where
T: Sync,
impl<'a, T: ?Sized> Sync for Displayed<'a, T>where
T: Sync,
impl<'a, T: ?Sized> Unpin for Displayed<'a, T>
impl<'a, T: ?Sized> UnwindSafe for Displayed<'a, T>where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more