Struct apns2::AlertPayload [] [src]

pub struct AlertPayload {
    pub title: Option<String>,
    pub body: Option<String>,
    pub title_loc_key: Option<String>,
    pub title_loc_args: Option<Vec<String>>,
    pub action_loc_key: Option<String>,
    pub loc_key: Option<String>,
    pub loc_args: Option<Vec<String>>,
    pub loc_image: Option<String>,
}

Fields

Trait Implementations

impl Default for AlertPayload
[src]

[src]

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

impl Clone for AlertPayload
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AlertPayload
[src]

[src]

Formats the value using the given formatter.