pub enum Base32Variant {
Standard,
NoPadding,
}Variants§
Trait Implementations§
Source§impl Clone for Base32Variant
impl Clone for Base32Variant
Source§fn clone(&self) -> Base32Variant
fn clone(&self) -> Base32Variant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Base32Variant
impl Debug for Base32Variant
Source§impl PartialEq for Base32Variant
impl PartialEq for Base32Variant
Source§fn eq(&self, other: &Base32Variant) -> bool
fn eq(&self, other: &Base32Variant) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Base32Variant
impl Eq for Base32Variant
impl StructuralPartialEq for Base32Variant
Auto Trait Implementations§
impl Freeze for Base32Variant
impl RefUnwindSafe for Base32Variant
impl Send for Base32Variant
impl Sync for Base32Variant
impl Unpin for Base32Variant
impl UnsafeUnpin for Base32Variant
impl UnwindSafe for Base32Variant
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