[][src]Struct isilon::models::DrivesDriveFirmwareNodeDrive

pub struct DrivesDriveFirmwareNodeDrive {
    pub baynum: Option<i32>,
    pub current_firmware: Option<String>,
    pub desired_firmware: Option<String>,
    pub devname: Option<String>,
    pub lnum: Option<i32>,
    pub locnstr: Option<String>,
    pub model: Option<String>,
}

Fields

baynum: Option<i32>

Numerical representation of this drive's bay.

current_firmware: Option<String>

This drive's current firmware revision

desired_firmware: Option<String>

This drive's desired firmware revision.

devname: Option<String>

This drive's device name.

lnum: Option<i32>

This drive's logical drive number in IFS.

locnstr: Option<String>

String representation of this drive's physical location.

model: Option<String>

This drive's manufacturer and model.

Trait Implementations

impl Debug for DrivesDriveFirmwareNodeDrive[src]

impl Serialize for DrivesDriveFirmwareNodeDrive[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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