Struct safecoin_version::LegacyVersion
source · pub struct LegacyVersion { /* private fields */ }
Trait Implementations§
source§impl AbiExample for LegacyVersion
impl AbiExample for LegacyVersion
source§impl Clone for LegacyVersion
impl Clone for LegacyVersion
source§fn clone(&self) -> LegacyVersion
fn clone(&self) -> LegacyVersion
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 moresource§impl Debug for LegacyVersion
impl Debug for LegacyVersion
source§impl<'de> Deserialize<'de> for LegacyVersion
impl<'de> Deserialize<'de> for LegacyVersion
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<LegacyVersion> for Version
impl From<LegacyVersion> for Version
source§fn from(legacy_version: LegacyVersion) -> Self
fn from(legacy_version: LegacyVersion) -> Self
Converts to this type from the input type.
source§impl PartialEq<LegacyVersion> for LegacyVersion
impl PartialEq<LegacyVersion> for LegacyVersion
source§fn eq(&self, other: &LegacyVersion) -> bool
fn eq(&self, other: &LegacyVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.