Struct solana_version::LegacyVersion1
source · pub struct LegacyVersion1 { /* private fields */ }
Trait Implementations§
source§impl AbiExample for LegacyVersion1
impl AbiExample for LegacyVersion1
source§impl Clone for LegacyVersion1
impl Clone for LegacyVersion1
source§fn clone(&self) -> LegacyVersion1
fn clone(&self) -> LegacyVersion1
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 LegacyVersion1
impl Debug for LegacyVersion1
source§impl<'de> Deserialize<'de> for LegacyVersion1
impl<'de> Deserialize<'de> for LegacyVersion1
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<LegacyVersion1> for LegacyVersion2
impl From<LegacyVersion1> for LegacyVersion2
source§fn from(legacy_version: LegacyVersion1) -> Self
fn from(legacy_version: LegacyVersion1) -> Self
Converts to this type from the input type.
source§impl PartialEq<LegacyVersion1> for LegacyVersion1
impl PartialEq<LegacyVersion1> for LegacyVersion1
source§fn eq(&self, other: &LegacyVersion1) -> bool
fn eq(&self, other: &LegacyVersion1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.