pub struct Hex<'a, T: 'a>(/* private fields */);
Expand description
Reference wrapper for use in arguments formatting.
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for Hex<'a, T>
impl<'a, T> RefUnwindSafe for Hex<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for Hex<'a, T>where
T: Sync,
impl<'a, T> Sync for Hex<'a, T>where
T: Sync,
impl<'a, T> Unpin for Hex<'a, T>
impl<'a, T> UnwindSafe for Hex<'a, T>where
T: 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