Struct dir_structure::FmtWrapper
source · pub struct FmtWrapper<T>(pub T);Expand description
Tuple Fields§
§0: TTrait Implementations§
source§impl<'a, T> FromRefForWriter<'a> for FmtWrapper<T>where
T: Display + 'a,
impl<'a, T> FromRefForWriter<'a> for FmtWrapper<T>where T: Display + 'a,
source§impl<T> NewtypeToInner for FmtWrapper<T>
impl<T> NewtypeToInner for FmtWrapper<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for FmtWrapper<T>where T: RefUnwindSafe,
impl<T> Send for FmtWrapper<T>where T: Send,
impl<T> Sync for FmtWrapper<T>where T: Sync,
impl<T> Unpin for FmtWrapper<T>where T: Unpin,
impl<T> UnwindSafe for FmtWrapper<T>where 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