pub struct ExecutionContextsCleared {
pub method: ExecutionContextsClearedMethod,
pub params: ExecutionContextsClearedParams,
}Expand description
Issued when all executionContexts were cleared in browser executionContextsCleared
Fields§
§method: ExecutionContextsClearedMethod§params: ExecutionContextsClearedParamsImplementations§
Source§impl ExecutionContextsCleared
impl ExecutionContextsCleared
pub const IDENTIFIER: &'static str = "Runtime.executionContextsCleared"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for ExecutionContextsCleared
impl Clone for ExecutionContextsCleared
Source§fn clone(&self) -> ExecutionContextsCleared
fn clone(&self) -> ExecutionContextsCleared
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExecutionContextsCleared
impl Debug for ExecutionContextsCleared
Source§impl<'de> Deserialize<'de> for ExecutionContextsCleared
impl<'de> Deserialize<'de> for ExecutionContextsCleared
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ExecutionContextsCleared> for Event
impl From<ExecutionContextsCleared> for Event
Source§fn from(v: ExecutionContextsCleared) -> Self
fn from(v: ExecutionContextsCleared) -> Self
Converts to this type from the input type.
Source§impl From<ExecutionContextsCleared> for JsProtocolEvents
impl From<ExecutionContextsCleared> for JsProtocolEvents
Source§fn from(v: ExecutionContextsCleared) -> Self
fn from(v: ExecutionContextsCleared) -> Self
Converts to this type from the input type.
Source§impl From<ExecutionContextsCleared> for RuntimeEvents
impl From<ExecutionContextsCleared> for RuntimeEvents
Source§fn from(v: ExecutionContextsCleared) -> Self
fn from(v: ExecutionContextsCleared) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ExecutionContextsCleared
impl PartialEq for ExecutionContextsCleared
Source§impl Serialize for ExecutionContextsCleared
impl Serialize for ExecutionContextsCleared
Source§impl TryFrom<Event> for ExecutionContextsCleared
impl TryFrom<Event> for ExecutionContextsCleared
Source§impl TryFrom<JsProtocolEvents> for ExecutionContextsCleared
impl TryFrom<JsProtocolEvents> for ExecutionContextsCleared
Source§type Error = JsProtocolEvents
type Error = JsProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolEvents,
) -> Result<Self, <ExecutionContextsCleared as TryFrom<JsProtocolEvents>>::Error>
fn try_from( e: JsProtocolEvents, ) -> Result<Self, <ExecutionContextsCleared as TryFrom<JsProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<RuntimeEvents> for ExecutionContextsCleared
impl TryFrom<RuntimeEvents> for ExecutionContextsCleared
Source§type Error = RuntimeEvents
type Error = RuntimeEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: RuntimeEvents,
) -> Result<Self, <ExecutionContextsCleared as TryFrom<RuntimeEvents>>::Error>
fn try_from( e: RuntimeEvents, ) -> Result<Self, <ExecutionContextsCleared as TryFrom<RuntimeEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for ExecutionContextsCleared
Auto Trait Implementations§
impl Freeze for ExecutionContextsCleared
impl RefUnwindSafe for ExecutionContextsCleared
impl Send for ExecutionContextsCleared
impl Sync for ExecutionContextsCleared
impl Unpin for ExecutionContextsCleared
impl UnsafeUnpin for ExecutionContextsCleared
impl UnwindSafe for ExecutionContextsCleared
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more