Struct wildland_cargo_lib::api::user::MnemonicPayload
source · [−]pub struct MnemonicPayload(_);
Implementations
Trait Implementations
sourceimpl Clone for MnemonicPayload
impl Clone for MnemonicPayload
sourcefn clone(&self) -> MnemonicPayload
fn clone(&self) -> MnemonicPayload
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl From<[String; 12]> for MnemonicPayload
impl From<[String; 12]> for MnemonicPayload
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more