pub struct SetMonitoringBaseResponse {
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 SetMonitoringBaseResponse
impl Action for SetMonitoringBaseResponse
Source§impl Clone for SetMonitoringBaseResponse
impl Clone for SetMonitoringBaseResponse
Source§fn clone(&self) -> SetMonitoringBaseResponse
fn clone(&self) -> SetMonitoringBaseResponse
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 SetMonitoringBaseResponse
impl Debug for SetMonitoringBaseResponse
impl Eq for SetMonitoringBaseResponse
impl StructuralPartialEq for SetMonitoringBaseResponse
Auto Trait Implementations§
impl Freeze for SetMonitoringBaseResponse
impl RefUnwindSafe for SetMonitoringBaseResponse
impl Send for SetMonitoringBaseResponse
impl Sync for SetMonitoringBaseResponse
impl Unpin for SetMonitoringBaseResponse
impl UnsafeUnpin for SetMonitoringBaseResponse
impl UnwindSafe for SetMonitoringBaseResponse
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