pub struct WalletUserConfig {
pub user_pk: UserPk,
pub env_config: WalletEnvConfig,
}Expand description
A wallet configuration for a specific user and wallet environment.
Fields§
§user_pk: UserPkThe user public key.
env_config: WalletEnvConfigThe configuration for the wallet environment.
Trait Implementations§
Source§impl Clone for WalletUserConfig
impl Clone for WalletUserConfig
Source§fn clone(&self) -> WalletUserConfig
fn clone(&self) -> WalletUserConfig
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 moreAuto Trait Implementations§
impl Freeze for WalletUserConfig
impl RefUnwindSafe for WalletUserConfig
impl Send for WalletUserConfig
impl Sync for WalletUserConfig
impl Unpin for WalletUserConfig
impl UnwindSafe for WalletUserConfig
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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