pub struct ApsvB64 { /* private fields */ }Expand description
ObtextCodec implementation for apsv.b64 format.
Corresponds to format string: "apsv.b64"
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApsvB64
impl RefUnwindSafe for ApsvB64
impl Send for ApsvB64
impl Sync for ApsvB64
impl Unpin for ApsvB64
impl UnwindSafe for ApsvB64
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