pub struct BinaryBase64CodecLib { /* private fields */ }Expand description
Lib that registers the binary-base64 codec with the runtime.
Its manifest exports the codec/binary-base64 codec, and loading wires a
BinaryBase64Codec into the linker as the decode and encode surface for
all codec roles.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BinaryBase64CodecLib
impl RefUnwindSafe for BinaryBase64CodecLib
impl Send for BinaryBase64CodecLib
impl Sync for BinaryBase64CodecLib
impl Unpin for BinaryBase64CodecLib
impl UnsafeUnpin for BinaryBase64CodecLib
impl UnwindSafe for BinaryBase64CodecLib
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