pub struct SnapshotVersions {
pub snapshot_version: Vec<SnapshotVersion>,
}
Fields§
§snapshot_version: Vec<SnapshotVersion>
Trait Implementations§
Source§impl Clone for SnapshotVersions
impl Clone for SnapshotVersions
Source§fn clone(&self) -> SnapshotVersions
fn clone(&self) -> SnapshotVersions
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 SnapshotVersions
impl Debug for SnapshotVersions
Source§impl Default for SnapshotVersions
impl Default for SnapshotVersions
Source§fn default() -> SnapshotVersions
fn default() -> SnapshotVersions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SnapshotVersions
impl<'de> Deserialize<'de> for SnapshotVersions
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
Auto Trait Implementations§
impl Freeze for SnapshotVersions
impl RefUnwindSafe for SnapshotVersions
impl Send for SnapshotVersions
impl Sync for SnapshotVersions
impl Unpin for SnapshotVersions
impl UnwindSafe for SnapshotVersions
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