Struct ex3_node_types::transaction::AssetAccountUnbinding
source · 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§fn eq(&self, other: &AssetAccountUnbinding) -> bool
fn eq(&self, other: &AssetAccountUnbinding) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for AssetAccountUnbinding
impl PartialOrd for AssetAccountUnbinding
source§fn partial_cmp(&self, other: &AssetAccountUnbinding) -> Option<Ordering>
fn partial_cmp(&self, other: &AssetAccountUnbinding) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§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