Struct wildland_cargo_lib::api::user::MnemonicPayload
source · pub struct MnemonicPayload(_);
Implementations§
Trait Implementations§
source§impl Clone for MnemonicPayload
impl Clone for MnemonicPayload
source§fn clone(&self) -> MnemonicPayload
fn clone(&self) -> MnemonicPayload
Returns a copy 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 From<[String; 12]> for MnemonicPayload
impl From<[String; 12]> for MnemonicPayload
source§fn from(mnemonic: MnemonicPhrase) -> Self
fn from(mnemonic: MnemonicPhrase) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for MnemonicPayload
impl Send for MnemonicPayload
impl Sync for MnemonicPayload
impl Unpin for MnemonicPayload
impl UnwindSafe for MnemonicPayload
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