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
frame_id: FrameId<'a>
                           Identifier of the frame containing document whose application cache updated status.
manifest_url: Cow<'a, str>
                           Manifest URL.
status: i32
                           Updated application cache status.
Trait Implementations
impl<'a> Clone for ApplicationCacheStatusUpdatedEvent<'a>[src]
fn clone(&self) -> ApplicationCacheStatusUpdatedEvent<'a>[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<'a> Debug for ApplicationCacheStatusUpdatedEvent<'a>[src]
impl<'a> PartialEq for ApplicationCacheStatusUpdatedEvent<'a>[src]
fn eq(&self, __arg_0: &ApplicationCacheStatusUpdatedEvent<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ApplicationCacheStatusUpdatedEvent<'a>) -> bool[src]
This method tests for !=.
impl<'a> CdpEvent for ApplicationCacheStatusUpdatedEvent<'a>[src]
const EVENT_NAME: &'static str
EVENT_NAME: &'static str = "ApplicationCache.applicationCacheStatusUpdated"
impl<'a> SerializeCdpEvent for ApplicationCacheStatusUpdatedEvent<'a>[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, 'a> DeserializeCdpEvent<'de> for ApplicationCacheStatusUpdatedEvent<'a>[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>,