pub struct Hexed<'a, T: ?Sized>(pub &'a T);Expand description
Zero-allocation wrapper that displays byte slices as lowercase hex.
Tuple Fields§
§0: &'a TTrait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for Hexed<'a, T>where
T: ?Sized,
impl<'a, T> RefUnwindSafe for Hexed<'a, T>where
T: RefUnwindSafe + ?Sized,
impl<'a, T> Send for Hexed<'a, T>
impl<'a, T> Sync for Hexed<'a, T>
impl<'a, T> Unpin for Hexed<'a, T>where
T: ?Sized,
impl<'a, T> UnsafeUnpin for Hexed<'a, T>where
T: ?Sized,
impl<'a, T> UnwindSafe for Hexed<'a, T>where
T: RefUnwindSafe + ?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