[][src]Struct libstorage::vmax::VmaxSystemCapacity

pub struct VmaxSystemCapacity {
    pub symmetrix_id: String,
    pub device_count: u64,
    pub ucode: String,
    pub targetucode: Option<String>,
    pub model: String,
    pub local: bool,
    pub default_fba_srp: String,
    pub host_visible_device_count: u64,
    pub system_capacity: SystemCapacity,
    pub system_efficiency: SystemEfficiency,
    pub meta_data_usage: MetaDataUsage,
    pub slo_compliance: SloComplianceSys,
    pub physical_capacity: PhysicalCapacity,
}

Fields

symmetrix_id: Stringdevice_count: u64ucode: Stringtargetucode: Option<String>model: Stringlocal: booldefault_fba_srp: Stringhost_visible_device_count: u64system_capacity: SystemCapacitysystem_efficiency: SystemEfficiencymeta_data_usage: MetaDataUsageslo_compliance: SloComplianceSysphysical_capacity: PhysicalCapacity

Trait Implementations

impl IntoPoint for VmaxSystemCapacity[src]

impl Debug for VmaxSystemCapacity[src]

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

Auto Trait Implementations

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