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