pub struct DisplayWith<'a, 't, F>{ /* private fields */ }Expand description
A lazily formatted view over a template.
Trait Implementations§
Source§impl<'a, 't, F> Debug for DisplayWith<'a, 't, F>
impl<'a, 't, F> Debug for DisplayWith<'a, 't, F>
Auto Trait Implementations§
impl<'a, 't, F> Freeze for DisplayWith<'a, 't, F>where
F: Freeze,
impl<'a, 't, F> RefUnwindSafe for DisplayWith<'a, 't, F>where
F: RefUnwindSafe,
impl<'a, 't, F> Send for DisplayWith<'a, 't, F>where
F: Send,
impl<'a, 't, F> Sync for DisplayWith<'a, 't, F>where
F: Sync,
impl<'a, 't, F> Unpin for DisplayWith<'a, 't, F>where
F: Unpin,
impl<'a, 't, F> UnwindSafe for DisplayWith<'a, 't, F>where
F: 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