Struct apns2::Payload [] [src]

pub struct Payload {
    pub alert: Option<Alert>,
    pub badge: Option<u32>,
    pub sound: Option<String>,
    pub content_available: Option<bool>,
    pub category: Option<String>,
    pub thread_id: Option<String>,
}

Fields

Updates the numeric badge for the app. Set to 0 to remove.

Sound to play. Use 'default' for the default sound.

Set to true to mark the app as having content available.

Trait Implementations

impl Default for Payload
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for Payload
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Payload
[src]

[src]

Formats the value using the given formatter.