Struct soroban_env_guest::xdr::LedgerKeyData
Fields§
§account_id: AccountId
§data_name: StringM<64>
Trait Implementations§
§impl Clone for LedgerKeyData
impl Clone for LedgerKeyData
§fn clone(&self) -> LedgerKeyData
fn clone(&self) -> LedgerKeyData
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 LedgerKeyData
impl Debug for LedgerKeyData
§impl Hash for LedgerKeyData
impl Hash for LedgerKeyData
§impl Ord for LedgerKeyData
impl Ord for LedgerKeyData
§impl PartialEq<LedgerKeyData> for LedgerKeyData
impl PartialEq<LedgerKeyData> for LedgerKeyData
§fn eq(&self, other: &LedgerKeyData) -> bool
fn eq(&self, other: &LedgerKeyData) -> bool
§impl PartialOrd<LedgerKeyData> for LedgerKeyData
impl PartialOrd<LedgerKeyData> for LedgerKeyData
§fn partial_cmp(&self, other: &LedgerKeyData) -> Option<Ordering>
fn partial_cmp(&self, other: &LedgerKeyData) -> 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