pub struct Phrase(pub [String; 12]);Expand description
A 12-word BIP-39 phrase rendering of a 128-bit identity.
Tuple Fields§
§0: [String; 12]The 12 BIP-39 words (English wordlist) derived from the 128-bit input.
Implementations§
Trait Implementations§
impl Eq for Phrase
impl StructuralPartialEq for Phrase
Auto Trait Implementations§
impl Freeze for Phrase
impl RefUnwindSafe for Phrase
impl Send for Phrase
impl Sync for Phrase
impl Unpin for Phrase
impl UnsafeUnpin for Phrase
impl UnwindSafe for Phrase
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