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