pub struct Base32;Expand description
RFC4648 lower case Base32 encoding with = padding.
[a-z] [2-7]
0x61-0x7a, 0x32-0x37Trait Implementations
impl Copy for Base32
impl Eq for Base32
impl StructuralEq for Base32
impl StructuralPartialEq for Base32
Auto Trait Implementations
impl RefUnwindSafe for Base32
impl Send for Base32
impl Sync for Base32
impl Unpin for Base32
impl UnwindSafe for Base32
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more