pub struct LoadEventFired {
pub method: LoadEventFiredMethod,
pub params: LoadEventFiredParams,
}Fields§
§method: LoadEventFiredMethod§params: LoadEventFiredParamsImplementations§
Source§impl LoadEventFired
impl LoadEventFired
pub const IDENTIFIER: &'static str = "Page.loadEventFired"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for LoadEventFired
impl Clone for LoadEventFired
Source§fn clone(&self) -> LoadEventFired
fn clone(&self) -> LoadEventFired
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 LoadEventFired
impl Debug for LoadEventFired
Source§impl<'de> Deserialize<'de> for LoadEventFired
impl<'de> Deserialize<'de> for LoadEventFired
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<LoadEventFired> for BrowserProtocolEvents
impl From<LoadEventFired> for BrowserProtocolEvents
Source§fn from(v: LoadEventFired) -> Self
fn from(v: LoadEventFired) -> Self
Converts to this type from the input type.
Source§impl From<LoadEventFired> for Event
impl From<LoadEventFired> for Event
Source§fn from(v: LoadEventFired) -> Self
fn from(v: LoadEventFired) -> Self
Converts to this type from the input type.
Source§impl From<LoadEventFired> for PageEvents
impl From<LoadEventFired> for PageEvents
Source§fn from(v: LoadEventFired) -> Self
fn from(v: LoadEventFired) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LoadEventFired
impl PartialEq for LoadEventFired
Source§impl Serialize for LoadEventFired
impl Serialize for LoadEventFired
Source§impl TryFrom<BrowserProtocolEvents> for LoadEventFired
impl TryFrom<BrowserProtocolEvents> for LoadEventFired
Source§type Error = BrowserProtocolEvents
type Error = BrowserProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolEvents,
) -> Result<Self, <LoadEventFired as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <LoadEventFired as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<Event> for LoadEventFired
impl TryFrom<Event> for LoadEventFired
Source§impl TryFrom<PageEvents> for LoadEventFired
impl TryFrom<PageEvents> for LoadEventFired
Source§type Error = PageEvents
type Error = PageEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: PageEvents,
) -> Result<Self, <LoadEventFired as TryFrom<PageEvents>>::Error>
fn try_from( e: PageEvents, ) -> Result<Self, <LoadEventFired as TryFrom<PageEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for LoadEventFired
Auto Trait Implementations§
impl Freeze for LoadEventFired
impl RefUnwindSafe for LoadEventFired
impl Send for LoadEventFired
impl Sync for LoadEventFired
impl Unpin for LoadEventFired
impl UnsafeUnpin for LoadEventFired
impl UnwindSafe for LoadEventFired
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