Enum soroban_env_guest::xdr::next::AccountEntryExt
pub enum AccountEntryExt {
V0,
V1(AccountEntryExtensionV1),
}
Variants§
Implementations§
§impl AccountEntryExt
impl AccountEntryExt
Trait Implementations§
§impl Clone for AccountEntryExt
impl Clone for AccountEntryExt
§fn clone(&self) -> AccountEntryExt
fn clone(&self) -> AccountEntryExt
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 AccountEntryExt
impl Debug for AccountEntryExt
§impl Discriminant<i32> for AccountEntryExt
impl Discriminant<i32> for AccountEntryExt
fn discriminant(&self) -> i32
§impl Hash for AccountEntryExt
impl Hash for AccountEntryExt
§impl Ord for AccountEntryExt
impl Ord for AccountEntryExt
§impl PartialEq<AccountEntryExt> for AccountEntryExt
impl PartialEq<AccountEntryExt> for AccountEntryExt
§fn eq(&self, other: &AccountEntryExt) -> bool
fn eq(&self, other: &AccountEntryExt) -> bool
§impl PartialOrd<AccountEntryExt> for AccountEntryExt
impl PartialOrd<AccountEntryExt> for AccountEntryExt
§fn partial_cmp(&self, other: &AccountEntryExt) -> Option<Ordering>
fn partial_cmp(&self, other: &AccountEntryExt) -> 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