pub struct UpperHexFormatter;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpperHexFormatter
impl RefUnwindSafe for UpperHexFormatter
impl Send for UpperHexFormatter
impl Sync for UpperHexFormatter
impl Unpin for UpperHexFormatter
impl UnwindSafe for UpperHexFormatter
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