pub struct Z85 { /* private fields */ }
Trait Implementations§
Source§impl Encoding for Z85
impl Encoding for Z85
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 Z85
impl RefUnwindSafe for Z85
impl Send for Z85
impl Sync for Z85
impl Unpin for Z85
impl UnwindSafe for Z85
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