Struct fcm::Notification [] [src]

pub struct Notification<'a> { /* fields omitted */ }

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

impl<'a> Debug for Notification<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for Notification<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for Notification<'a>

impl<'a> Sync for Notification<'a>