Expand description
Wrapper to allow forwarding to Display::fmt
, Debug::fmt
, etc.
Tuple Fields
0: F
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for Fmt<F>where
F: RefUnwindSafe,
impl<F> Send for Fmt<F>where
F: Send,
impl<F> Sync for Fmt<F>where
F: Sync,
impl<F> Unpin for Fmt<F>where
F: Unpin,
impl<F> UnwindSafe for Fmt<F>where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Cast for T
impl<T> Cast for T
sourcefn cast<U>(self, interner: U::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: U::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
Cast a value to type
U
using CastTo
.