pub struct IpmiHostInterface {
pub service_enabled: Option<Boolean>,
}Expand description
The information about the in-band IPMI service for this system.
This type shall describe the in-band IPMI service for a computer system.
Fields§
§service_enabled: Option<Boolean>An indication of whether the service is enabled for this system.
This property shall indicate whether the protocol for the service is enabled.
Trait Implementations§
Source§impl Debug for IpmiHostInterface
impl Debug for IpmiHostInterface
Source§impl<'de> Deserialize<'de> for IpmiHostInterface
impl<'de> Deserialize<'de> for IpmiHostInterface
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
Auto Trait Implementations§
impl Freeze for IpmiHostInterface
impl RefUnwindSafe for IpmiHostInterface
impl Send for IpmiHostInterface
impl Sync for IpmiHostInterface
impl Unpin for IpmiHostInterface
impl UnsafeUnpin for IpmiHostInterface
impl UnwindSafe for IpmiHostInterface
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