pub enum WordCount {
Words12,
Words18,
Words24,
}
Expand description
Valid number of words in a mnemonic.
Variants§
Implementations§
Trait Implementations§
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