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
content: Vec<u8>
crypto_headers: Vec<(&'static str, String)>
content_encoding: &'static str
Trait Implementations
impl Debug for WebPushPayload
[src]
impl PartialEq for WebPushPayload
[src]
fn eq(&self, __arg_0: &WebPushPayload) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &WebPushPayload) -> bool
[src]
This method tests for !=
.