pub struct FmtDescs<'i> { /* private fields */ }
Expand description
The interface to get format descriptions
Implementations§
Auto Trait Implementations§
impl<'i> Freeze for FmtDescs<'i>
impl<'i> RefUnwindSafe for FmtDescs<'i>
impl<'i> Send for FmtDescs<'i>
impl<'i> Sync for FmtDescs<'i>
impl<'i> Unpin for FmtDescs<'i>
impl<'i> UnwindSafe for FmtDescs<'i>
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