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