Struct fcm::Notification [] [src]

pub struct Notification { /* 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 Debug for Notification
[src]

Formats the value using the given formatter.

impl PartialEq for Notification
[src]

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

This method tests for !=.

impl Clone for Notification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToJson for Notification
[src]

Converts the value of self to an instance of JSON