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