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