[][src]Struct libstorage::xtremio::Psu

pub struct Psu {
    pub index: i64,
    pub guid: String,
    pub name: String,
    pub brick_id: Vec<Value>,
    pub node_psu_id: Vec<Value>,
    pub obj_severity: String,
    pub fw_version_error: String,
    pub status_led: String,
    pub enabled_state: String,
    pub node_id: Vec<Value>,
    pub power_feed: String,
    pub serial_number: String,
    pub fru_lifecycle_state: String,
    pub location: String,
    pub part_number: String,
    pub input: String,
    pub fru_replace_failure_reason: String,
    pub model_name: String,
    pub hw_revision: String,
    pub sys_id: Vec<Value>,
    pub power_failure: String,
}

Fields

index: i64guid: Stringname: Stringbrick_id: Vec<Value>node_psu_id: Vec<Value>obj_severity: Stringfw_version_error: Stringstatus_led: Stringenabled_state: Stringnode_id: Vec<Value>power_feed: Stringserial_number: Stringfru_lifecycle_state: Stringlocation: Stringpart_number: Stringinput: Stringfru_replace_failure_reason: Stringmodel_name: Stringhw_revision: Stringsys_id: Vec<Value>power_failure: String

Trait Implementations

impl IntoPoint for Psu[src]

impl Debug for Psu[src]

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

Auto Trait Implementations

impl Send for Psu

impl Unpin for Psu

impl Sync for Psu

impl UnwindSafe for Psu

impl RefUnwindSafe for Psu

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