[][src]Struct isilon::models::ClusterOwner

pub struct ClusterOwner {
    pub company: Option<String>,
    pub location: Option<String>,
    pub primary_email: Option<String>,
    pub primary_name: Option<String>,
    pub primary_phone1: Option<String>,
    pub primary_phone2: Option<String>,
    pub secondary_email: Option<String>,
    pub secondary_name: Option<String>,
    pub secondary_phone1: Option<String>,
    pub secondary_phone2: Option<String>,
}

Fields

company: Option<String>

Cluster owner company name.

location: Option<String>

Cluster owner location.

primary_email: Option<String>

Cluster owner primary email address.

primary_name: Option<String>

Cluster owner primary contact name.

primary_phone1: Option<String>

Cluster owner primary contact phone number 1.

primary_phone2: Option<String>

Cluster owner primary contact phone number 2.

secondary_email: Option<String>

Cluster owner secondary email address.

secondary_name: Option<String>

Cluster owner secondary contact name.

secondary_phone1: Option<String>

Cluster owner secondary contact phone number 1.

secondary_phone2: Option<String>

Cluster owner secondary contact phone number 2.

Trait Implementations

impl Debug for ClusterOwner[src]

impl Serialize for ClusterOwner[src]

impl<'de> Deserialize<'de> for ClusterOwner[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