Struct xo_api_client::Snapshot [−][src]
pub struct Snapshot {
pub id: SnapshotId,
pub name: String,
pub vm_name: String,
pub snapshot_age: Duration,
}Expand description
Type representing snapshot of a VM
Fields
id: SnapshotIdname: Stringvm_name: Stringsnapshot_age: DurationApproximation of how much time has passed from the snapshot was created to when this Snapshot object was queried from the server Note that his is only aproximation
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Snapshotimpl UnwindSafe for Snapshot