logo
pub enum WordCount {
    Words12,
    Words15,
    Words18,
    Words21,
    Words24,
}
This is supported on crate feature keys-bip39 only.
Expand description

Type describing entropy length (aka word count) in the mnemonic

Variants

Words12

12 words mnemonic (128 bits entropy)

Words15

15 words mnemonic (160 bits entropy)

Words18

18 words mnemonic (192 bits entropy)

Words21

21 words mnemonic (224 bits entropy)

Words24

24 words mnemonic (256 bits entropy)

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.