Struct cdp::application_cache::NetworkStateUpdatedEvent
[−]
[src]
pub struct NetworkStateUpdatedEvent { pub is_now_online: bool, }
[Experimental]
Event ApplicationCache.networkStateUpdated
Domain Module: cdp::application_cache
Event Struct: cdp::application_cache::NetworkStateUpdatedEvent
Fields
is_now_online: bool
Trait Implementations
impl Clone for NetworkStateUpdatedEvent
[src]
fn clone(&self) -> NetworkStateUpdatedEvent
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for NetworkStateUpdatedEvent
[src]
impl PartialEq for NetworkStateUpdatedEvent
[src]
fn eq(&self, __arg_0: &NetworkStateUpdatedEvent) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &NetworkStateUpdatedEvent) -> bool
[src]
This method tests for !=
.
impl CdpEvent for NetworkStateUpdatedEvent
[src]
const EVENT_NAME: &'static str
EVENT_NAME: &'static str = "ApplicationCache.networkStateUpdated"
impl SerializeCdpEvent for NetworkStateUpdatedEvent
[src]
fn event_name(&self) -> &str
[src]
fn serialize_event_params<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer,
[src]
S: Serializer,
impl<'de> DeserializeCdpEvent<'de> for NetworkStateUpdatedEvent
[src]
fn deserialize_event<D>(
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>,
[src]
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>,