Struct mycelium_util::fmt::FormatWith
source · pub struct FormatWith<T, F = fn(_: &T, _: &mut Formatter<'_>) -> Result>{ /* private fields */ }
Expand description
Trait Implementations§
Auto Trait Implementations§
impl<T, F> RefUnwindSafe for FormatWith<T, F>where
F: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, F> Send for FormatWith<T, F>
impl<T, F> Sync for FormatWith<T, F>
impl<T, F> Unpin for FormatWith<T, F>
impl<T, F> UnwindSafe for FormatWith<T, F>where
F: UnwindSafe,
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