[][src]Struct libstorage::brocade::FcFabric

pub struct FcFabric {
    pub key: String,
    pub seed_switch_wwn: String,
    pub name: String,
    pub secure: bool,
    pub ad_environment: bool,
    pub contact: Option<String>,
    pub location: Option<String>,
    pub description: Option<String>,
    pub principal_switch_wwn: String,
    pub fabric_name: String,
    pub virtual_fabric_id: i32,
    pub seed_switch_ip_address: String,
}

Fields

key: Stringseed_switch_wwn: Stringname: Stringsecure: boolad_environment: boolcontact: Option<String>location: Option<String>description: Option<String>principal_switch_wwn: Stringfabric_name: Stringvirtual_fabric_id: i32seed_switch_ip_address: String

Trait Implementations

impl IntoPoint for FcFabric[src]

impl Debug for FcFabric[src]

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