pub enum WordCount {
Words12,
Words15,
Words18,
Words21,
Words24,
}Expand description
Supported BIP39 mnemonic word counts for entropy generation.
Variants§
Words12
12-word mnemonic (128-bit entropy)
Words15
15-word mnemonic (160-bit entropy)
Words18
18-word mnemonic (192-bit entropy)
Words21
21-word mnemonic (224-bit entropy)
Words24
24-word mnemonic (256-bit entropy)
Implementations§
Trait Implementations§
impl Copy for WordCount
impl Eq for WordCount
impl StructuralPartialEq for WordCount
Auto Trait Implementations§
impl Freeze for WordCount
impl RefUnwindSafe for WordCount
impl Send for WordCount
impl Sync for WordCount
impl Unpin for WordCount
impl UnwindSafe for WordCount
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