pub struct InlineStyleInvalidated {
pub method: InlineStyleInvalidatedMethod,
pub params: InlineStyleInvalidatedParams,
}Expand description
Fired when Element’s inline style is modified via a CSS property modification.
inlineStyleInvalidated
Fields§
§method: InlineStyleInvalidatedMethod§params: InlineStyleInvalidatedParamsImplementations§
Source§impl InlineStyleInvalidated
impl InlineStyleInvalidated
pub const IDENTIFIER: &'static str = "DOM.inlineStyleInvalidated"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for InlineStyleInvalidated
impl Clone for InlineStyleInvalidated
Source§fn clone(&self) -> InlineStyleInvalidated
fn clone(&self) -> InlineStyleInvalidated
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 InlineStyleInvalidated
impl Debug for InlineStyleInvalidated
Source§impl<'de> Deserialize<'de> for InlineStyleInvalidated
impl<'de> Deserialize<'de> for InlineStyleInvalidated
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<InlineStyleInvalidated> for BrowserProtocolEvents
impl From<InlineStyleInvalidated> for BrowserProtocolEvents
Source§fn from(v: InlineStyleInvalidated) -> Self
fn from(v: InlineStyleInvalidated) -> Self
Converts to this type from the input type.
Source§impl From<InlineStyleInvalidated> for DomEvents
impl From<InlineStyleInvalidated> for DomEvents
Source§fn from(v: InlineStyleInvalidated) -> Self
fn from(v: InlineStyleInvalidated) -> Self
Converts to this type from the input type.
Source§impl From<InlineStyleInvalidated> for Event
impl From<InlineStyleInvalidated> for Event
Source§fn from(v: InlineStyleInvalidated) -> Self
fn from(v: InlineStyleInvalidated) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InlineStyleInvalidated
impl PartialEq for InlineStyleInvalidated
Source§impl Serialize for InlineStyleInvalidated
impl Serialize for InlineStyleInvalidated
Source§impl TryFrom<BrowserProtocolEvents> for InlineStyleInvalidated
impl TryFrom<BrowserProtocolEvents> for InlineStyleInvalidated
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, <InlineStyleInvalidated as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <InlineStyleInvalidated as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<DomEvents> for InlineStyleInvalidated
impl TryFrom<DomEvents> for InlineStyleInvalidated
Source§impl TryFrom<Event> for InlineStyleInvalidated
impl TryFrom<Event> for InlineStyleInvalidated
impl StructuralPartialEq for InlineStyleInvalidated
Auto Trait Implementations§
impl Freeze for InlineStyleInvalidated
impl RefUnwindSafe for InlineStyleInvalidated
impl Send for InlineStyleInvalidated
impl Sync for InlineStyleInvalidated
impl Unpin for InlineStyleInvalidated
impl UnsafeUnpin for InlineStyleInvalidated
impl UnwindSafe for InlineStyleInvalidated
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