[][src]Struct libstorage::brocade::FcSwitch

pub struct FcSwitch {
    pub key: String,
    pub fc_type: u64,
    pub name: String,
    pub wwn: String,
    pub virtual_fabric_id: i64,
    pub domain_id: u64,
    pub base_switch: bool,
    pub role: String,
    pub fcs_role: String,
    pub ad_capable: bool,
    pub operational_status: String,
    pub state: String,
    pub status_reason: String,
    pub lf_enabled: bool,
    pub default_logical_switch: bool,
    pub fms_mode: bool,
    pub dynamic_load_sharing_capable: bool,
    pub port_based_routing_present: bool,
    pub in_order_delivery_capable: bool,
    pub persistent_did_enabled: bool,
    pub auto_snmp_enabled: bool,
}

Fields

key: Stringfc_type: u64name: Stringwwn: Stringvirtual_fabric_id: i64domain_id: u64base_switch: boolrole: Stringfcs_role: Stringad_capable: booloperational_status: Stringstate: Stringstatus_reason: Stringlf_enabled: booldefault_logical_switch: boolfms_mode: booldynamic_load_sharing_capable: boolport_based_routing_present: boolin_order_delivery_capable: boolpersistent_did_enabled: boolauto_snmp_enabled: bool

Trait Implementations

impl IntoPoint for FcSwitch[src]

impl Debug for FcSwitch[src]

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

Auto Trait Implementations

impl Send for FcSwitch

impl Sync for FcSwitch

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

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

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

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> Same for T

type Output = T

Should always be Self