pub struct ClearVariableMonitoringResponse<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize = 16> {
pub clear_monitoring_result: Vec<ClearMonitoringResult, CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>,
pub custom_data: Option<CustomData>,
}Fields§
§clear_monitoring_result: Vec<ClearMonitoringResult, CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>§custom_data: Option<CustomData>Trait Implementations§
Source§impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> Action for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
Available on non-crate feature alloc only.
impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> Action for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
Available on non-crate feature
alloc only.Source§impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> Clone for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> Clone for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
Source§fn clone(
&self,
) -> ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
fn clone( &self, ) -> ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> Debug for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> Debug for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> Eq for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
Source§impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> PartialEq for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> PartialEq for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> StructuralPartialEq for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
Auto Trait Implementations§
impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> Freeze for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> RefUnwindSafe for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> Send for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> Sync for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> Unpin for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> UnsafeUnpin for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
impl<const CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP: usize> UnwindSafe for ClearVariableMonitoringResponse<CLEAR_VARIABLE_MONITORING_RESPONSE_CLEAR_MONITORING_RESULT_CAP>
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