Struct soroban_env_guest::xdr::next::AlphaNum12
pub struct AlphaNum12 {
pub asset_code: AssetCode12,
pub issuer: AccountId,
}
Fields§
§asset_code: AssetCode12
§issuer: AccountId
Trait Implementations§
§impl Clone for AlphaNum12
impl Clone for AlphaNum12
§fn clone(&self) -> AlphaNum12
fn clone(&self) -> AlphaNum12
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 more§impl Debug for AlphaNum12
impl Debug for AlphaNum12
§impl Hash for AlphaNum12
impl Hash for AlphaNum12
§impl Ord for AlphaNum12
impl Ord for AlphaNum12
§impl PartialEq<AlphaNum12> for AlphaNum12
impl PartialEq<AlphaNum12> for AlphaNum12
§fn eq(&self, other: &AlphaNum12) -> bool
fn eq(&self, other: &AlphaNum12) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd<AlphaNum12> for AlphaNum12
impl PartialOrd<AlphaNum12> for AlphaNum12
§fn partial_cmp(&self, other: &AlphaNum12) -> Option<Ordering>
fn partial_cmp(&self, other: &AlphaNum12) -> 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 more