pub struct NotificationEvent {
pub selector: String,
pub payload: NSObject,
pub channel_code: i32,
}Fields§
§selector: String§payload: NSObject§channel_code: i32Trait Implementations§
Source§impl Clone for NotificationEvent
impl Clone for NotificationEvent
Source§fn clone(&self) -> NotificationEvent
fn clone(&self) -> NotificationEvent
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 NotificationEvent
impl Debug for NotificationEvent
Source§impl PartialEq for NotificationEvent
impl PartialEq for NotificationEvent
Source§fn eq(&self, other: &NotificationEvent) -> bool
fn eq(&self, other: &NotificationEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NotificationEvent
Auto Trait Implementations§
impl !Freeze for NotificationEvent
impl RefUnwindSafe for NotificationEvent
impl Send for NotificationEvent
impl Sync for NotificationEvent
impl Unpin for NotificationEvent
impl UnsafeUnpin for NotificationEvent
impl UnwindSafe for NotificationEvent
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