pub struct ProcessorResetAction {
pub reset_type: Option<ResetType>,
}Expand description
This action resets the processor.
This action shall reset the processor.
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 perform an implementation-specific default reset.
Trait Implementations§
Source§impl Debug for ProcessorResetAction
impl Debug for ProcessorResetAction
Auto Trait Implementations§
impl Freeze for ProcessorResetAction
impl RefUnwindSafe for ProcessorResetAction
impl Send for ProcessorResetAction
impl Sync for ProcessorResetAction
impl Unpin for ProcessorResetAction
impl UnsafeUnpin for ProcessorResetAction
impl UnwindSafe for ProcessorResetAction
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