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