pub struct AdRelatedStateUpdated {
pub method: AdRelatedStateUpdatedMethod,
pub params: AdRelatedStateUpdatedParams,
}Expand description
Fired when a node’s ad related state changes. adRelatedStateUpdated
Fields§
§method: AdRelatedStateUpdatedMethod§params: AdRelatedStateUpdatedParamsImplementations§
Source§impl AdRelatedStateUpdated
impl AdRelatedStateUpdated
pub const IDENTIFIER: &'static str = "DOM.adRelatedStateUpdated"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for AdRelatedStateUpdated
impl Clone for AdRelatedStateUpdated
Source§fn clone(&self) -> AdRelatedStateUpdated
fn clone(&self) -> AdRelatedStateUpdated
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 AdRelatedStateUpdated
impl Debug for AdRelatedStateUpdated
Source§impl<'de> Deserialize<'de> for AdRelatedStateUpdated
impl<'de> Deserialize<'de> for AdRelatedStateUpdated
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<AdRelatedStateUpdated> for BrowserProtocolEvents
impl From<AdRelatedStateUpdated> for BrowserProtocolEvents
Source§fn from(v: AdRelatedStateUpdated) -> Self
fn from(v: AdRelatedStateUpdated) -> Self
Converts to this type from the input type.
Source§impl From<AdRelatedStateUpdated> for DomEvents
impl From<AdRelatedStateUpdated> for DomEvents
Source§fn from(v: AdRelatedStateUpdated) -> Self
fn from(v: AdRelatedStateUpdated) -> Self
Converts to this type from the input type.
Source§impl From<AdRelatedStateUpdated> for Event
impl From<AdRelatedStateUpdated> for Event
Source§fn from(v: AdRelatedStateUpdated) -> Self
fn from(v: AdRelatedStateUpdated) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AdRelatedStateUpdated
impl PartialEq for AdRelatedStateUpdated
Source§impl Serialize for AdRelatedStateUpdated
impl Serialize for AdRelatedStateUpdated
Source§impl TryFrom<BrowserProtocolEvents> for AdRelatedStateUpdated
impl TryFrom<BrowserProtocolEvents> for AdRelatedStateUpdated
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, <AdRelatedStateUpdated as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <AdRelatedStateUpdated as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<DomEvents> for AdRelatedStateUpdated
impl TryFrom<DomEvents> for AdRelatedStateUpdated
Source§impl TryFrom<Event> for AdRelatedStateUpdated
impl TryFrom<Event> for AdRelatedStateUpdated
impl StructuralPartialEq for AdRelatedStateUpdated
Auto Trait Implementations§
impl Freeze for AdRelatedStateUpdated
impl RefUnwindSafe for AdRelatedStateUpdated
impl Send for AdRelatedStateUpdated
impl Sync for AdRelatedStateUpdated
impl Unpin for AdRelatedStateUpdated
impl UnsafeUnpin for AdRelatedStateUpdated
impl UnwindSafe for AdRelatedStateUpdated
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