Struct tracing_core::field::HexBytes
source · struct HexBytes<'a>(&'a [u8]);
Tuple Fields§
§0: &'a [u8]
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for HexBytes<'a>
impl<'a> RefUnwindSafe for HexBytes<'a>
impl<'a> Send for HexBytes<'a>
impl<'a> Sync for HexBytes<'a>
impl<'a> Unpin for HexBytes<'a>
impl<'a> UnwindSafe for HexBytes<'a>
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