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