pub struct AffectedByStartingStylesFlagUpdated {
pub method: AffectedByStartingStylesFlagUpdatedMethod,
pub params: AffectedByStartingStylesFlagUpdatedParams,
}Expand description
Fired when a node’s starting styles changes. affectedByStartingStylesFlagUpdated
Fields§
§method: AffectedByStartingStylesFlagUpdatedMethod§params: AffectedByStartingStylesFlagUpdatedParamsImplementations§
Source§impl AffectedByStartingStylesFlagUpdated
impl AffectedByStartingStylesFlagUpdated
pub const IDENTIFIER: &'static str = "DOM.affectedByStartingStylesFlagUpdated"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for AffectedByStartingStylesFlagUpdated
impl Clone for AffectedByStartingStylesFlagUpdated
Source§fn clone(&self) -> AffectedByStartingStylesFlagUpdated
fn clone(&self) -> AffectedByStartingStylesFlagUpdated
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<'de> Deserialize<'de> for AffectedByStartingStylesFlagUpdated
impl<'de> Deserialize<'de> for AffectedByStartingStylesFlagUpdated
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<AffectedByStartingStylesFlagUpdated> for BrowserProtocolEvents
impl From<AffectedByStartingStylesFlagUpdated> for BrowserProtocolEvents
Source§fn from(v: AffectedByStartingStylesFlagUpdated) -> Self
fn from(v: AffectedByStartingStylesFlagUpdated) -> Self
Converts to this type from the input type.
Source§impl From<AffectedByStartingStylesFlagUpdated> for DomEvents
impl From<AffectedByStartingStylesFlagUpdated> for DomEvents
Source§fn from(v: AffectedByStartingStylesFlagUpdated) -> Self
fn from(v: AffectedByStartingStylesFlagUpdated) -> Self
Converts to this type from the input type.
Source§impl From<AffectedByStartingStylesFlagUpdated> for Event
impl From<AffectedByStartingStylesFlagUpdated> for Event
Source§fn from(v: AffectedByStartingStylesFlagUpdated) -> Self
fn from(v: AffectedByStartingStylesFlagUpdated) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AffectedByStartingStylesFlagUpdated
impl PartialEq for AffectedByStartingStylesFlagUpdated
Source§fn eq(&self, other: &AffectedByStartingStylesFlagUpdated) -> bool
fn eq(&self, other: &AffectedByStartingStylesFlagUpdated) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<BrowserProtocolEvents> for AffectedByStartingStylesFlagUpdated
impl TryFrom<BrowserProtocolEvents> for AffectedByStartingStylesFlagUpdated
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, <AffectedByStartingStylesFlagUpdated as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <AffectedByStartingStylesFlagUpdated as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for AffectedByStartingStylesFlagUpdated
Auto Trait Implementations§
impl Freeze for AffectedByStartingStylesFlagUpdated
impl RefUnwindSafe for AffectedByStartingStylesFlagUpdated
impl Send for AffectedByStartingStylesFlagUpdated
impl Sync for AffectedByStartingStylesFlagUpdated
impl Unpin for AffectedByStartingStylesFlagUpdated
impl UnsafeUnpin for AffectedByStartingStylesFlagUpdated
impl UnwindSafe for AffectedByStartingStylesFlagUpdated
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