pub struct Notification<'a> { /* private fields */ }Expand description
This struct represents a FCM notification. Use the
corresponding NotificationBuilder to get an instance. You can then use
this notification instance when sending a FCM message.
Trait Implementations§
Source§impl<'a> Debug for Notification<'a>
impl<'a> Debug for Notification<'a>
Source§impl<'a> PartialEq for Notification<'a>
impl<'a> PartialEq for Notification<'a>
Source§impl<'a> Serialize for Notification<'a>
impl<'a> Serialize for Notification<'a>
impl<'a> StructuralPartialEq for Notification<'a>
Auto Trait Implementations§
impl<'a> Freeze for Notification<'a>
impl<'a> RefUnwindSafe for Notification<'a>
impl<'a> Send for Notification<'a>
impl<'a> Sync for Notification<'a>
impl<'a> Unpin for Notification<'a>
impl<'a> UnwindSafe for Notification<'a>
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