pub struct NetworkAdapterResetAction {
pub reset_type: Option<ResetType>,
}Expand description
This action resets the network adapter.
This action shall reset a network adapter.
Fields§
§reset_type: Option<ResetType>The type of reset.
This parameter shall contain the type of reset. The service can accept a request without the
parameter and shall perform a GracefulRestart.
Trait Implementations§
Source§impl Debug for NetworkAdapterResetAction
impl Debug for NetworkAdapterResetAction
Auto Trait Implementations§
impl Freeze for NetworkAdapterResetAction
impl RefUnwindSafe for NetworkAdapterResetAction
impl Send for NetworkAdapterResetAction
impl Sync for NetworkAdapterResetAction
impl Unpin for NetworkAdapterResetAction
impl UnsafeUnpin for NetworkAdapterResetAction
impl UnwindSafe for NetworkAdapterResetAction
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