pub struct AssetAccountUnbinding {
pub sign_schema: SignatureSchema,
pub main: WalletRegisterId,
pub asset: WalletRegisterId,
}Expand description
Asset Account Unbinding
Fields§
§sign_schema: SignatureSchemaSignature schema
main: WalletRegisterIdThe main wallet id
asset: WalletRegisterIdThe asset wallet id
Trait Implementations§
Source§impl Clone for AssetAccountUnbinding
impl Clone for AssetAccountUnbinding
Source§fn clone(&self) -> AssetAccountUnbinding
fn clone(&self) -> AssetAccountUnbinding
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 AssetAccountUnbinding
impl Debug for AssetAccountUnbinding
Source§impl<'de> Deserialize<'de> for AssetAccountUnbinding
impl<'de> Deserialize<'de> for AssetAccountUnbinding
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 Display for AssetAccountUnbinding
impl Display for AssetAccountUnbinding
Source§impl Hash for AssetAccountUnbinding
impl Hash for AssetAccountUnbinding
Source§impl Ord for AssetAccountUnbinding
impl Ord for AssetAccountUnbinding
Source§fn cmp(&self, other: &AssetAccountUnbinding) -> Ordering
fn cmp(&self, other: &AssetAccountUnbinding) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AssetAccountUnbinding
impl PartialEq for AssetAccountUnbinding
Source§impl PartialOrd for AssetAccountUnbinding
impl PartialOrd for AssetAccountUnbinding
Source§impl Serialize for AssetAccountUnbinding
impl Serialize for AssetAccountUnbinding
impl Eq for AssetAccountUnbinding
impl StructuralPartialEq for AssetAccountUnbinding
Auto Trait Implementations§
impl Freeze for AssetAccountUnbinding
impl RefUnwindSafe for AssetAccountUnbinding
impl Send for AssetAccountUnbinding
impl Sync for AssetAccountUnbinding
impl Unpin for AssetAccountUnbinding
impl UnwindSafe for AssetAccountUnbinding
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