Struct soroban_env_guest::xdr::next::LedgerScpMessages
pub struct LedgerScpMessages {
pub ledger_seq: u32,
pub messages: VecM<ScpEnvelope, _>,
}
Fields§
§ledger_seq: u32
§messages: VecM<ScpEnvelope, _>
Trait Implementations§
§impl Clone for LedgerScpMessages
impl Clone for LedgerScpMessages
§fn clone(&self) -> LedgerScpMessages
fn clone(&self) -> LedgerScpMessages
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 LedgerScpMessages
impl Debug for LedgerScpMessages
§impl Hash for LedgerScpMessages
impl Hash for LedgerScpMessages
§impl Ord for LedgerScpMessages
impl Ord for LedgerScpMessages
§fn cmp(&self, other: &LedgerScpMessages) -> Ordering
fn cmp(&self, other: &LedgerScpMessages) -> 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<LedgerScpMessages> for LedgerScpMessages
impl PartialEq<LedgerScpMessages> for LedgerScpMessages
§fn eq(&self, other: &LedgerScpMessages) -> bool
fn eq(&self, other: &LedgerScpMessages) -> bool
§impl PartialOrd<LedgerScpMessages> for LedgerScpMessages
impl PartialOrd<LedgerScpMessages> for LedgerScpMessages
§fn partial_cmp(&self, other: &LedgerScpMessages) -> Option<Ordering>
fn partial_cmp(&self, other: &LedgerScpMessages) -> 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