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