pub struct NotificationMessageEventData { /* private fields */ }Expand description
Event data for NotificationMessageEvent events
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for NotificationMessageEventData
impl !Sync for NotificationMessageEventData
impl Freeze for NotificationMessageEventData
impl RefUnwindSafe for NotificationMessageEventData
impl Unpin for NotificationMessageEventData
impl UnsafeUnpin for NotificationMessageEventData
impl UnwindSafe for NotificationMessageEventData
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