pub struct Base16;Expand description
Base16 (hexidecimal) encoding, as specified by RFC 4648.
Minimum secure length is 32.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Base16
impl RefUnwindSafe for Base16
impl Send for Base16
impl Sync for Base16
impl Unpin for Base16
impl UnwindSafe for Base16
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