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