Struct headless_chrome::protocol::cdp::ServiceWorker::DispatchSyncEvent
source · pub struct DispatchSyncEvent {
pub origin: String,
pub registration_id: RegistrationID,
pub tag: String,
pub last_chance: bool,
}Fields§
§origin: String§registration_id: RegistrationID§tag: String§last_chance: boolTrait Implementations§
source§impl Clone for DispatchSyncEvent
impl Clone for DispatchSyncEvent
source§fn clone(&self) -> DispatchSyncEvent
fn clone(&self) -> DispatchSyncEvent
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 moresource§impl Debug for DispatchSyncEvent
impl Debug for DispatchSyncEvent
source§impl<'de> Deserialize<'de> for DispatchSyncEvent
impl<'de> Deserialize<'de> for DispatchSyncEvent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more