pub enum Bit6 {}
Expand description
Bit-width of base64 encodings.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bit6
impl RefUnwindSafe for Bit6
impl Send for Bit6
impl Sync for Bit6
impl Unpin for Bit6
impl UnwindSafe for Bit6
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