pub struct DataCenterBridging {
pub capable: Option<Option<Boolean>>,
}Expand description
Data center bridging (DCB) for capabilities of a controller.
This type shall describe the capability, status, and configuration values related to data center bridging (DCB) for a controller.
Fields§
§capable: Option<Option<Boolean>>An indication of whether this controller is capable of data center bridging (DCB).
This property shall indicate whether this controller is capable of data center bridging (DCB).
Trait Implementations§
Source§impl Debug for DataCenterBridging
impl Debug for DataCenterBridging
Source§impl<'de> Deserialize<'de> for DataCenterBridging
impl<'de> Deserialize<'de> for DataCenterBridging
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Send for DataCenterBridging
SAFETY: All generated data types are Send
impl Sync for DataCenterBridging
SAFETY: All generated data types are Sync
Auto Trait Implementations§
impl Freeze for DataCenterBridging
impl RefUnwindSafe for DataCenterBridging
impl Unpin for DataCenterBridging
impl UnsafeUnpin for DataCenterBridging
impl UnwindSafe for DataCenterBridging
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more