#[repr(u16)]pub enum bip39_mnemonic_type {
words_12 = 0,
words_15 = 1,
words_18 = 2,
words_21 = 3,
words_24 = 4,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for bip39_mnemonic_type
impl Clone for bip39_mnemonic_type
Source§fn clone(&self) -> bip39_mnemonic_type
fn clone(&self) -> bip39_mnemonic_type
Returns a copy of the value. Read more
1.0.0 · 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 bip39_mnemonic_type
impl Debug for bip39_mnemonic_type
Source§impl Hash for bip39_mnemonic_type
impl Hash for bip39_mnemonic_type
Source§impl Ord for bip39_mnemonic_type
impl Ord for bip39_mnemonic_type
Source§fn cmp(&self, other: &bip39_mnemonic_type) -> Ordering
fn cmp(&self, other: &bip39_mnemonic_type) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for bip39_mnemonic_type
impl PartialEq for bip39_mnemonic_type
Source§impl PartialOrd for bip39_mnemonic_type
impl PartialOrd for bip39_mnemonic_type
impl Copy for bip39_mnemonic_type
impl Eq for bip39_mnemonic_type
impl StructuralPartialEq for bip39_mnemonic_type
Auto Trait Implementations§
impl Freeze for bip39_mnemonic_type
impl RefUnwindSafe for bip39_mnemonic_type
impl Send for bip39_mnemonic_type
impl Sync for bip39_mnemonic_type
impl Unpin for bip39_mnemonic_type
impl UnwindSafe for bip39_mnemonic_type
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