pub struct GetMonitoringReportResponse {
pub custom_data: Option<CustomData>,
pub status: GenericDeviceModelStatusEnum,
pub status_info: Option<StatusInfo>,
}Fields§
§custom_data: Option<CustomData>§status: GenericDeviceModelStatusEnum§status_info: Option<StatusInfo>Trait Implementations§
Source§impl Action for GetMonitoringReportResponse
impl Action for GetMonitoringReportResponse
Source§impl Clone for GetMonitoringReportResponse
impl Clone for GetMonitoringReportResponse
Source§fn clone(&self) -> GetMonitoringReportResponse
fn clone(&self) -> GetMonitoringReportResponse
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 Debug for GetMonitoringReportResponse
impl Debug for GetMonitoringReportResponse
impl Eq for GetMonitoringReportResponse
impl StructuralPartialEq for GetMonitoringReportResponse
Auto Trait Implementations§
impl Freeze for GetMonitoringReportResponse
impl RefUnwindSafe for GetMonitoringReportResponse
impl Send for GetMonitoringReportResponse
impl Sync for GetMonitoringReportResponse
impl Unpin for GetMonitoringReportResponse
impl UnsafeUnpin for GetMonitoringReportResponse
impl UnwindSafe for GetMonitoringReportResponse
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