pub struct SetVariableMonitoringResponse<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize = 16> {
pub custom_data: Option<CustomData>,
pub set_monitoring_result: Vec<SetMonitoringResult, SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>,
}Fields§
§custom_data: Option<CustomData>§set_monitoring_result: Vec<SetMonitoringResult, SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>Trait Implementations§
Source§impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> Action for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
Available on non-crate feature alloc only.
impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> Action for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
Available on non-crate feature
alloc only.Source§impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> Clone for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> Clone for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
Source§fn clone(
&self,
) -> SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
fn clone( &self, ) -> SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_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 SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> Debug for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> Debug for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> Eq for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
Source§impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> PartialEq for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> PartialEq for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> StructuralPartialEq for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
Auto Trait Implementations§
impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> Freeze for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> RefUnwindSafe for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> Send for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> Sync for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> Unpin for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> UnsafeUnpin for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP>
impl<const SET_VARIABLE_MONITORING_RESPONSE_SET_MONITORING_RESULT_CAP: usize> UnwindSafe for SetVariableMonitoringResponse<SET_VARIABLE_MONITORING_RESPONSE_SET_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