pub struct Hex { /* private fields */ }
Trait Implementations§
Source§impl Encoding for Hex
impl Encoding for Hex
type EncodeOutput = String
type DecodeOutput = Result<Vec<u8>, DecodeError>
fn encode<T>(value: T) -> Self::EncodeOutputwhere
T: Encodable<Self>,
fn decode<T>(value: T) -> Self::DecodeOutputwhere
T: Decodable<Self>,
Auto Trait Implementations§
impl Freeze for Hex
impl RefUnwindSafe for Hex
impl Send for Hex
impl Sync for Hex
impl Unpin for Hex
impl UnwindSafe for Hex
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