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