pub struct LegacyVersion2 {
pub major: u16,
pub minor: u16,
pub patch: u16,
pub commit: Option<u32>,
pub feature_set: u32,
}๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Fieldsยง
ยงmajor: u16๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
ยงagave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.minor: u16๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
ยงagave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.patch: u16๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
ยงagave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.commit: Option<u32>๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
ยงagave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.feature_set: u32๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Trait Implementationsยง
Sourceยงimpl Clone for LegacyVersion2
impl Clone for LegacyVersion2
Sourceยงfn clone(&self) -> LegacyVersion2
fn clone(&self) -> LegacyVersion2
Returns a duplicate 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 LegacyVersion2
impl Debug for LegacyVersion2
Sourceยงimpl Default for LegacyVersion2
impl Default for LegacyVersion2
Sourceยงimpl<'de> Deserialize<'de> for LegacyVersion2
impl<'de> Deserialize<'de> for LegacyVersion2
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 PartialEq for LegacyVersion2
impl PartialEq for LegacyVersion2
Sourceยงimpl Sanitize for LegacyVersion2
impl Sanitize for LegacyVersion2
Sourceยงimpl Serialize for LegacyVersion2
impl Serialize for LegacyVersion2
impl Eq for LegacyVersion2
impl StructuralPartialEq for LegacyVersion2
Auto Trait Implementationsยง
impl Freeze for LegacyVersion2
impl RefUnwindSafe for LegacyVersion2
impl Send for LegacyVersion2
impl Sync for LegacyVersion2
impl Unpin for LegacyVersion2
impl UnwindSafe for LegacyVersion2
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more