struct DebugBinaryFormatter<'a, F>(&'a F);
Tuple Fields§
§0: &'a F
Trait Implementations§
Auto Trait Implementations§
impl<'a, F> Freeze for DebugBinaryFormatter<'a, F>
impl<'a, F> RefUnwindSafe for DebugBinaryFormatter<'a, F>where
F: RefUnwindSafe,
impl<'a, F> Send for DebugBinaryFormatter<'a, F>where
F: Sync,
impl<'a, F> Sync for DebugBinaryFormatter<'a, F>where
F: Sync,
impl<'a, F> Unpin for DebugBinaryFormatter<'a, F>
impl<'a, F> UnwindSafe for DebugBinaryFormatter<'a, F>where
F: RefUnwindSafe,
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