pub struct LegacyVersion1 { /* private fields */ }๐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 LegacyVersion1
impl Clone for LegacyVersion1
Sourceยงfn clone(&self) -> LegacyVersion1
fn clone(&self) -> LegacyVersion1
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 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 PartialEq for LegacyVersion1
impl PartialEq for LegacyVersion1
Sourceยงimpl Sanitize for LegacyVersion1
impl Sanitize for LegacyVersion1
Sourceยงimpl Serialize for LegacyVersion1
impl Serialize for LegacyVersion1
impl Eq for LegacyVersion1
impl StructuralPartialEq for LegacyVersion1
Auto Trait Implementationsยง
impl Freeze for LegacyVersion1
impl RefUnwindSafe for LegacyVersion1
impl Send for LegacyVersion1
impl Sync for LegacyVersion1
impl Unpin for LegacyVersion1
impl UnwindSafe for LegacyVersion1
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