[][src]Struct libstorage::solidfire::Snapshot

pub struct Snapshot {
    pub attributes: HashMap<String, String>,
    pub checksum: String,
    pub create_time: String,
    pub enable_remote_replication: String,
    pub expiration_reason: String,
    pub expiration_time: String,
    pub group_id: u64,
    pub group_snapshot_uuid: Uuid,
    pub name: String,
    pub remote_status: RemoveStatus,
    pub snapshot_id: String,
    pub snapshot_uuid: Uuid,
    pub status: SnapshotStatus,
    pub total_size: u64,
    pub virtual_volume_id: Uuid,
    pub volume_id: u64,
}

Fields

attributes: HashMap<String, String>checksum: Stringcreate_time: Stringenable_remote_replication: Stringexpiration_reason: Stringexpiration_time: Stringgroup_id: u64group_snapshot_uuid: Uuidname: Stringremote_status: RemoveStatussnapshot_id: Stringsnapshot_uuid: Uuidstatus: SnapshotStatustotal_size: u64virtual_volume_id: Uuidvolume_id: u64

Trait Implementations

impl IntoPoint for Snapshot[src]

impl Debug for Snapshot[src]

impl<'de> Deserialize<'de> for Snapshot[src]

Auto Trait Implementations

impl Send for Snapshot

impl Sync for Snapshot

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> Same for T

type Output = T

Should always be Self