Struct web_push::WebPushPayload [] [src]

pub struct WebPushPayload {
    pub content: Vec<u8>,
    pub crypto_headers: Vec<(&'static str, String)>,
    pub content_encoding: &'static str,
}

Fields

Trait Implementations

impl Debug for WebPushPayload
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for WebPushPayload
[src]

[src]

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

[src]

This method tests for !=.