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