Struct diem_sdk::types::on_chain_config::DiemVersion
pub struct DiemVersion {
pub major: u64,
}
Expand description
Defines the version of Diem Validator software.
Fields§
§major: u64
Trait Implementations§
§impl Clone for DiemVersion
impl Clone for DiemVersion
§fn clone(&self) -> DiemVersion
fn clone(&self) -> DiemVersion
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 DiemVersion
impl Debug for DiemVersion
§impl<'de> Deserialize<'de> for DiemVersion
impl<'de> Deserialize<'de> for DiemVersion
§fn deserialize<__D>(
__deserializer: __D
) -> Result<DiemVersion, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<DiemVersion, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl OnChainConfig for DiemVersion
impl OnChainConfig for DiemVersion
const IDENTIFIER: &'static str = "DiemVersion"
const ADDRESS: &'static str = CONFIG_ADDRESS_STR
const CONFIG_ID: ConfigID = ConfigID(Self::ADDRESS, Self::IDENTIFIER)
fn deserialize_default_impl(bytes: &[u8]) -> Result<Self, Error>
fn deserialize_into_config(bytes: &[u8]) -> Result<Self, Error>
fn fetch_config<T>(storage: &T) -> Option<Self>where T: ConfigStorage,
§impl Ord for DiemVersion
impl Ord for DiemVersion
§impl PartialEq<DiemVersion> for DiemVersion
impl PartialEq<DiemVersion> for DiemVersion
§fn eq(&self, other: &DiemVersion) -> bool
fn eq(&self, other: &DiemVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd<DiemVersion> for DiemVersion
impl PartialOrd<DiemVersion> for DiemVersion
§fn partial_cmp(&self, other: &DiemVersion) -> Option<Ordering>
fn partial_cmp(&self, other: &DiemVersion) -> 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§impl Serialize for DiemVersion
impl Serialize for DiemVersion
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for DiemVersion
impl StructuralEq for DiemVersion
impl StructuralPartialEq for DiemVersion
Auto Trait Implementations§
impl RefUnwindSafe for DiemVersion
impl Send for DiemVersion
impl Sync for DiemVersion
impl Unpin for DiemVersion
impl UnwindSafe for DiemVersion
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> TestOnlyHash for Twhere
T: Serialize + ?Sized,
impl<T> TestOnlyHash for Twhere T: Serialize + ?Sized,
§fn test_only_hash(&self) -> HashValue
fn test_only_hash(&self) -> HashValue
Generates a hash used only for tests.