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