pub struct IpmiHostInterfaceUpdate {
pub service_enabled: Option<Boolean>,
}Expand description
Update struct corresponding to IpmiHostInterface
Fields§
§service_enabled: Option<Boolean>Implementations§
Trait Implementations§
Source§impl Debug for IpmiHostInterfaceUpdate
impl Debug for IpmiHostInterfaceUpdate
Source§impl Default for IpmiHostInterfaceUpdate
impl Default for IpmiHostInterfaceUpdate
Source§fn default() -> IpmiHostInterfaceUpdate
fn default() -> IpmiHostInterfaceUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IpmiHostInterfaceUpdate
impl RefUnwindSafe for IpmiHostInterfaceUpdate
impl Send for IpmiHostInterfaceUpdate
impl Sync for IpmiHostInterfaceUpdate
impl Unpin for IpmiHostInterfaceUpdate
impl UnsafeUnpin for IpmiHostInterfaceUpdate
impl UnwindSafe for IpmiHostInterfaceUpdate
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