Struct xo_api_client::Snapshot [−][src]
pub struct Snapshot {
pub id: SnapshotId,
pub name_label: String,
pub name_description: String,
}Expand description
Type representing snapshot of a VM
Fields
id: SnapshotIdname_label: Stringname_description: StringTrait Implementations
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