pub struct Display<T> { /* private fields */ }
Expand description
Trait Implementations§
Source§impl<T, L> FormatInto<L> for Display<T>
impl<T, L> FormatInto<L> for Display<T>
Source§fn format_into(self, tokens: &mut Tokens<L>)
fn format_into(self, tokens: &mut Tokens<L>)
Convert the type into tokens in-place. Read more
impl<T: Copy> Copy for Display<T>
Auto Trait Implementations§
impl<T> Freeze for Display<T>where
T: Freeze,
impl<T> RefUnwindSafe for Display<T>where
T: RefUnwindSafe,
impl<T> Send for Display<T>where
T: Send,
impl<T> Sync for Display<T>where
T: Sync,
impl<T> Unpin for Display<T>where
T: Unpin,
impl<T> UnwindSafe for Display<T>where
T: 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