pub struct StorageControllerResetAction {
pub reset_type: Option<ResetType>,
}Expand description
This action resets this storage controller.
This action shall reset this storage controller.
Fields§
§reset_type: Option<ResetType>The type of reset.
This parameter shall contain the type of reset. The service can accept a request without this parameter and can complete an implementation-specific default reset.
Trait Implementations§
Source§impl Debug for StorageControllerResetAction
impl Debug for StorageControllerResetAction
Auto Trait Implementations§
impl Freeze for StorageControllerResetAction
impl RefUnwindSafe for StorageControllerResetAction
impl Send for StorageControllerResetAction
impl Sync for StorageControllerResetAction
impl Unpin for StorageControllerResetAction
impl UnsafeUnpin for StorageControllerResetAction
impl UnwindSafe for StorageControllerResetAction
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