Struct base32ct::Base32Upper
source · [−]pub struct Base32Upper;Expand description
RFC4648 upper case Base32 encoding with = padding.
[A-Z] [2-7]
0x41-0x5a, 0x32-0x37Trait Implementations
sourceimpl Clone for Base32Upper
impl Clone for Base32Upper
sourcefn clone(&self) -> Base32Upper
fn clone(&self) -> Base32Upper
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Base32Upper
impl Debug for Base32Upper
sourceimpl PartialEq<Base32Upper> for Base32Upper
impl PartialEq<Base32Upper> for Base32Upper
impl Copy for Base32Upper
impl Eq for Base32Upper
impl StructuralEq for Base32Upper
impl StructuralPartialEq for Base32Upper
Auto Trait Implementations
impl RefUnwindSafe for Base32Upper
impl Send for Base32Upper
impl Sync for Base32Upper
impl Unpin for Base32Upper
impl UnwindSafe for Base32Upper
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