Expand description
A cache’s contents have been modified. cacheStorageContentUpdated
Fields
origin: String
Origin to update.
cache_name: String
Name of cache in origin.
Implementations
sourceimpl EventCacheStorageContentUpdated
impl EventCacheStorageContentUpdated
pub const IDENTIFIER: &'static str = "Storage.cacheStorageContentUpdated"
Trait Implementations
sourceimpl Clone for EventCacheStorageContentUpdated
impl Clone for EventCacheStorageContentUpdated
sourcefn clone(&self) -> EventCacheStorageContentUpdated
fn clone(&self) -> EventCacheStorageContentUpdated
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<'de> Deserialize<'de> for EventCacheStorageContentUpdated
impl<'de> Deserialize<'de> for EventCacheStorageContentUpdated
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<EventCacheStorageContentUpdated, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<EventCacheStorageContentUpdated, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<EventCacheStorageContentUpdated> for CdpEvent
impl From<EventCacheStorageContentUpdated> for CdpEvent
sourcefn from(el: EventCacheStorageContentUpdated) -> CdpEvent
fn from(el: EventCacheStorageContentUpdated) -> CdpEvent
Converts to this type from the input type.
sourceimpl IntoEventKind for EventCacheStorageContentUpdated
impl IntoEventKind for EventCacheStorageContentUpdated
sourcefn event_kind() -> EventKindwhere
EventCacheStorageContentUpdated: 'static + Sized,
fn event_kind() -> EventKindwhere
EventCacheStorageContentUpdated: 'static + Sized,
What kind of event this type is
sourceimpl Method for EventCacheStorageContentUpdated
impl Method for EventCacheStorageContentUpdated
sourcefn identifier(&self) -> Cow<'static, str>
fn identifier(&self) -> Cow<'static, str>
The whole string identifier for this method like:
DOM.removeNode
sourcefn domain_name(&self) -> Cow<'static, str>
fn domain_name(&self) -> Cow<'static, str>
The name of the domain this method belongs to:
DOM
sourcefn method_name(&self) -> Cow<'static, str>
fn method_name(&self) -> Cow<'static, str>
The standalone identifier of the method inside the domain:
removeNode
sourceimpl PartialEq<EventCacheStorageContentUpdated> for EventCacheStorageContentUpdated
impl PartialEq<EventCacheStorageContentUpdated> for EventCacheStorageContentUpdated
sourcefn eq(&self, other: &EventCacheStorageContentUpdated) -> bool
fn eq(&self, other: &EventCacheStorageContentUpdated) -> bool
sourceimpl Serialize for EventCacheStorageContentUpdated
impl Serialize for EventCacheStorageContentUpdated
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for EventCacheStorageContentUpdated
Auto Trait Implementations
impl RefUnwindSafe for EventCacheStorageContentUpdated
impl Send for EventCacheStorageContentUpdated
impl Sync for EventCacheStorageContentUpdated
impl Unpin for EventCacheStorageContentUpdated
impl UnwindSafe for EventCacheStorageContentUpdated
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more