pub struct WalletRegistration {
pub sign_schema: SignatureSchema,
pub wallet_identifier: WalletIdentifier,
}Expand description
Wallet registration
Fields§
§sign_schema: SignatureSchemaSignature schema
wallet_identifier: WalletIdentifierWallet identifier
Trait Implementations§
Source§impl Clone for WalletRegistration
impl Clone for WalletRegistration
Source§fn clone(&self) -> WalletRegistration
fn clone(&self) -> WalletRegistration
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 Debug for WalletRegistration
impl Debug for WalletRegistration
Source§impl<'de> Deserialize<'de> for WalletRegistration
impl<'de> Deserialize<'de> for WalletRegistration
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WalletRegistration
impl PartialEq for WalletRegistration
Source§impl Serialize for WalletRegistration
impl Serialize for WalletRegistration
impl Eq for WalletRegistration
impl StructuralPartialEq for WalletRegistration
Auto Trait Implementations§
impl Freeze for WalletRegistration
impl RefUnwindSafe for WalletRegistration
impl Send for WalletRegistration
impl Sync for WalletRegistration
impl Unpin for WalletRegistration
impl UnwindSafe for WalletRegistration
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