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