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

Trait Implementations

impl Clone for NetworkStateUpdatedEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NetworkStateUpdatedEvent
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for NetworkStateUpdatedEvent
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl CdpEvent for NetworkStateUpdatedEvent
[src]

EVENT_NAME: &'static str = "ApplicationCache.networkStateUpdated"

impl SerializeCdpEvent for NetworkStateUpdatedEvent
[src]

[src]

[src]

impl<'de> DeserializeCdpEvent<'de> for NetworkStateUpdatedEvent
[src]

[src]