Struct headless_chrome::protocol::cdp::ServiceWorker::ServiceWorkerVersion
source · pub struct ServiceWorkerVersion {
pub version_id: String,
pub registration_id: RegistrationID,
pub script_url: String,
pub running_status: ServiceWorkerVersionRunningStatus,
pub status: ServiceWorkerVersionStatus,
pub script_last_modified: Option<JsFloat>,
pub script_response_time: Option<JsFloat>,
pub controlled_clients: Option<Vec<TargetID>>,
pub target_id: Option<TargetID>,
}Fields§
§version_id: String§registration_id: RegistrationID§script_url: String§running_status: ServiceWorkerVersionRunningStatus§status: ServiceWorkerVersionStatus§script_last_modified: Option<JsFloat>§script_response_time: Option<JsFloat>§controlled_clients: Option<Vec<TargetID>>§target_id: Option<TargetID>Trait Implementations§
source§impl Clone for ServiceWorkerVersion
impl Clone for ServiceWorkerVersion
source§fn clone(&self) -> ServiceWorkerVersion
fn clone(&self) -> ServiceWorkerVersion
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 ServiceWorkerVersion
impl Debug for ServiceWorkerVersion
source§impl<'de> Deserialize<'de> for ServiceWorkerVersion
impl<'de> Deserialize<'de> for ServiceWorkerVersion
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