pub enum MnemonicType {
Words12,
Words15,
Words18,
Words21,
Words24,
}Variants§
Trait Implementations§
Source§impl Clone for MnemonicType
impl Clone for MnemonicType
Source§fn clone(&self) -> MnemonicType
fn clone(&self) -> MnemonicType
Returns a duplicate 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 MnemonicType
impl Debug for MnemonicType
impl Copy for MnemonicType
Auto Trait Implementations§
impl Freeze for MnemonicType
impl RefUnwindSafe for MnemonicType
impl Send for MnemonicType
impl Sync for MnemonicType
impl Unpin for MnemonicType
impl UnwindSafe for MnemonicType
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