pub struct MemoryResetToDefaultsAction {}Expand description
The action resets the values of writable properties to factory defaults.
This action shall reset the values of writable properties in this resource to their default values as specified by the manufacturer.
Trait Implementations§
Source§impl Debug for MemoryResetToDefaultsAction
impl Debug for MemoryResetToDefaultsAction
Auto Trait Implementations§
impl Freeze for MemoryResetToDefaultsAction
impl RefUnwindSafe for MemoryResetToDefaultsAction
impl Send for MemoryResetToDefaultsAction
impl Sync for MemoryResetToDefaultsAction
impl Unpin for MemoryResetToDefaultsAction
impl UnsafeUnpin for MemoryResetToDefaultsAction
impl UnwindSafe for MemoryResetToDefaultsAction
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