pub struct GetMonitoringReportRequest<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize = 16> {
pub component_variable: Option<Vec<ComponentVariable, GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>>,
pub custom_data: Option<CustomData>,
pub monitoring_criteria: Option<Vec<MonitoringCriterionEnum, 3usize>>,
pub request_id: i64,
}Fields§
§component_variable: Option<Vec<ComponentVariable, GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>>§custom_data: Option<CustomData>§monitoring_criteria: Option<Vec<MonitoringCriterionEnum, 3usize>>This field contains criteria for components for which a monitoring report is requested
request_id: i64The Id of the request.
Trait Implementations§
Source§impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Action for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
Available on non-crate feature alloc only.
impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Action for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
Available on non-crate feature
alloc only.Source§impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Clone for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Clone for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
Source§fn clone(
&self,
) -> GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
fn clone( &self, ) -> GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_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 GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Debug for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Debug for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Eq for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
Source§impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> PartialEq for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> PartialEq for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> StructuralPartialEq for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
Auto Trait Implementations§
impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Freeze for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> RefUnwindSafe for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Send for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Sync for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> Unpin for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> UnsafeUnpin for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP>
impl<const GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_CAP: usize> UnwindSafe for GetMonitoringReportRequest<GET_MONITORING_REPORT_REQUEST_COMPONENT_VARIABLE_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