pub struct StorageResetToDefaultsAction {
pub reset_type: Option<ResetToDefaultsType>,
}Expand description
The reset action resets the storage device to factory defaults. This can cause the loss of data.
This action shall reset the storage device. This action can impact other resources.
Fields§
§reset_type: Option<ResetToDefaultsType>The type of reset to defaults.
This parameter shall contain the type of reset to defaults.
Trait Implementations§
Source§impl Debug for StorageResetToDefaultsAction
impl Debug for StorageResetToDefaultsAction
Auto Trait Implementations§
impl Freeze for StorageResetToDefaultsAction
impl RefUnwindSafe for StorageResetToDefaultsAction
impl Send for StorageResetToDefaultsAction
impl Sync for StorageResetToDefaultsAction
impl Unpin for StorageResetToDefaultsAction
impl UnsafeUnpin for StorageResetToDefaultsAction
impl UnwindSafe for StorageResetToDefaultsAction
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