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