[][src]Struct isilon::models::PoolsPoolRule

pub struct PoolsPoolRule {
    pub description: Option<String>,
    pub iface: Option<String>,
    pub name: Option<String>,
    pub node_type: Option<String>,
}

Fields

description: Option<String>

Description for the provisioning rule.

iface: Option<String>

Interface name the provisioning rule applies to.

name: Option<String>

Name of the provisioning rule.

node_type: Option<String>

Node type the provisioning rule applies to.

Trait Implementations

impl Debug for PoolsPoolRule[src]

impl Serialize for PoolsPoolRule[src]

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