Struct gcm::Notification [] [src]

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

This struct represents a GCM notification. Use the corresponding NotificationBuilder to get an instance. You can then use this notification instance when sending a GCM message.

Trait Implementations

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

Formats the value using the given formatter.

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

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

This method tests for !=.