pub struct DisplayFull<'a> { /* private fields */ }
Available on
Linux
only.Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DisplayFull<'a>
impl<'a> RefUnwindSafe for DisplayFull<'a>
impl<'a> Send for DisplayFull<'a>
impl<'a> Sync for DisplayFull<'a>
impl<'a> Unpin for DisplayFull<'a>
impl<'a> UnwindSafe for DisplayFull<'a>
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