Struct web_push::WebPushMessage
[−]
[src]
pub struct WebPushMessage { pub gcm_key: Option<String>, pub endpoint: Uri, pub ttl: Option<u32>, pub payload: Option<WebPushPayload>, pub service: WebPushService, }
Fields
gcm_key: Option<String>
endpoint: Uri
ttl: Option<u32>
payload: Option<WebPushPayload>
service: WebPushService