pub struct SensorResetToDefaultsAction {}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 SensorResetToDefaultsAction
impl Debug for SensorResetToDefaultsAction
Auto Trait Implementations§
impl Freeze for SensorResetToDefaultsAction
impl RefUnwindSafe for SensorResetToDefaultsAction
impl Send for SensorResetToDefaultsAction
impl Sync for SensorResetToDefaultsAction
impl Unpin for SensorResetToDefaultsAction
impl UnsafeUnpin for SensorResetToDefaultsAction
impl UnwindSafe for SensorResetToDefaultsAction
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