Struct rive_models::payload::PushSubscribePayload
source · pub struct PushSubscribePayload {
pub endpoint: String,
pub p256dh: String,
pub auth: String,
}Expand description
Web push subscription data
Fields§
§endpoint: String§p256dh: String§auth: StringTrait Implementations§
source§impl Clone for PushSubscribePayload
impl Clone for PushSubscribePayload
source§fn clone(&self) -> PushSubscribePayload
fn clone(&self) -> PushSubscribePayload
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more