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