pub struct FmtDisplayList<F>where
F: ?Sized,{ /* private fields */ }Trait Implementations§
Source§impl<F, I> Debug for FmtDisplayList<F>
impl<F, I> Debug for FmtDisplayList<F>
Auto Trait Implementations§
impl<F> Freeze for FmtDisplayList<F>
impl<F> RefUnwindSafe for FmtDisplayList<F>where
F: RefUnwindSafe + ?Sized,
impl<F> Send for FmtDisplayList<F>
impl<F> Sync for FmtDisplayList<F>
impl<F> Unpin for FmtDisplayList<F>
impl<F> UnwindSafe for FmtDisplayList<F>where
F: UnwindSafe + ?Sized,
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