Struct cdp::application_cache::ApplicationCacheStatusUpdatedEvent [] [src]

pub struct ApplicationCacheStatusUpdatedEvent<'a> {
    pub frame_id: FrameId<'a>,
    pub manifest_url: Cow<'a, str>,
    pub status: i32,
}

[Experimental]

Event ApplicationCache.applicationCacheStatusUpdated

Domain Module: cdp::application_cache
Event Struct: cdp::application_cache::ApplicationCacheStatusUpdatedEvent

Fields

Identifier of the frame containing document whose application cache updated status.

Manifest URL.

Updated application cache status.

Trait Implementations

impl<'a> Clone for ApplicationCacheStatusUpdatedEvent<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for ApplicationCacheStatusUpdatedEvent<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for ApplicationCacheStatusUpdatedEvent<'a>
[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<'a> CdpEvent for ApplicationCacheStatusUpdatedEvent<'a>
[src]

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

impl<'a> SerializeCdpEvent for ApplicationCacheStatusUpdatedEvent<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpEvent<'de> for ApplicationCacheStatusUpdatedEvent<'a>
[src]

[src]