Enum trezor_client::client::common::WordCount
source · pub enum WordCount {
W12 = 12,
W18 = 18,
W24 = 24,
}
Expand description
The different options for the number of words in a seed phrase.
Variants§
Auto Trait Implementations§
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