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