Struct seed_xor::Mnemonic [−][src]
pub struct Mnemonic {
pub inner: Mnemonic,
}
Expand description
Wrapper for a bip39::Mnemonic for the implementation of ^
and ^=
operators.
Fields
inner: Mnemonic
Actual bip39::Mnemonic which is wrapped to be able to implement the XOR operator.
Implementations
Wrapper for the same method as in bip39::Mnemonic.
Trait Implementations
Performs the ^=
operation. Read more
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Mnemonic
impl UnwindSafe for Mnemonic
Blanket Implementations
Mutably borrows from an owned value. Read more