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