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