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