[][src]Struct libstorage::openstack::Volume

pub struct Volume {
    pub migration_status: Option<String>,
    pub attachments: Vec<VolumesAttachment>,
    pub availability_zone: String,
    pub os_vol_host_attr_host: Option<String>,
    pub encrypted: bool,
    pub replication_status: String,
    pub snapshot_id: Option<String>,
    pub id: String,
    pub size: u64,
    pub user_id: String,
    pub os_vol_tenant_attr_tenant_id: String,
    pub os_vol_mig_status_attr_migstat: Option<String>,
    pub metadata: VolumesMetadatum,
    pub status: String,
    pub description: Option<String>,
    pub multiattach: bool,
    pub source_volid: Option<String>,
    pub consistencygroup_id: Option<String>,
    pub os_vol_mig_status_attr_name_id: Option<String>,
    pub name: Option<String>,
    pub bootable: String,
    pub created_at: String,
    pub volume_type: Option<String>,
    pub volume_image_metadata: Option<VolumeImageMetadatum>,
}

Fields

migration_status: Option<String>attachments: Vec<VolumesAttachment>availability_zone: Stringos_vol_host_attr_host: Option<String>encrypted: boolreplication_status: Stringsnapshot_id: Option<String>id: Stringsize: u64user_id: Stringos_vol_tenant_attr_tenant_id: Stringos_vol_mig_status_attr_migstat: Option<String>metadata: VolumesMetadatumstatus: Stringdescription: Option<String>multiattach: boolsource_volid: Option<String>consistencygroup_id: Option<String>os_vol_mig_status_attr_name_id: Option<String>name: Option<String>bootable: Stringcreated_at: Stringvolume_type: Option<String>volume_image_metadata: Option<VolumeImageMetadatum>

Trait Implementations

impl IntoPoint for Volume[src]

impl Debug for Volume[src]

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

Auto Trait Implementations

impl Send for Volume

impl Unpin for Volume

impl Sync for Volume

impl UnwindSafe for Volume

impl RefUnwindSafe for Volume

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> 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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

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

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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

impl<T> Typeable for T where
    T: Any

impl<T> Same<T> for T

type Output = T

Should always be Self