pub struct Base32 { /* private fields */ }
Trait Implementations§
Source§impl Encoding for Base32
impl Encoding for Base32
type EncodeOutput = String
type DecodeOutput = ()
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 Base32
impl RefUnwindSafe for Base32
impl Send for Base32
impl Sync for Base32
impl Unpin for Base32
impl UnwindSafe for Base32
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