pub struct AdoptedStyleSheetsModified {
pub method: AdoptedStyleSheetsModifiedMethod,
pub params: AdoptedStyleSheetsModifiedParams,
}Expand description
Fired when Element’s adoptedStyleSheets are modified.
adoptedStyleSheetsModified
Fields§
§method: AdoptedStyleSheetsModifiedMethod§params: AdoptedStyleSheetsModifiedParamsImplementations§
Source§impl AdoptedStyleSheetsModified
impl AdoptedStyleSheetsModified
pub const IDENTIFIER: &'static str = "DOM.adoptedStyleSheetsModified"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for AdoptedStyleSheetsModified
impl Clone for AdoptedStyleSheetsModified
Source§fn clone(&self) -> AdoptedStyleSheetsModified
fn clone(&self) -> AdoptedStyleSheetsModified
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 AdoptedStyleSheetsModified
impl Debug for AdoptedStyleSheetsModified
Source§impl<'de> Deserialize<'de> for AdoptedStyleSheetsModified
impl<'de> Deserialize<'de> for AdoptedStyleSheetsModified
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<AdoptedStyleSheetsModified> for BrowserProtocolEvents
impl From<AdoptedStyleSheetsModified> for BrowserProtocolEvents
Source§fn from(v: AdoptedStyleSheetsModified) -> Self
fn from(v: AdoptedStyleSheetsModified) -> Self
Converts to this type from the input type.
Source§impl From<AdoptedStyleSheetsModified> for DomEvents
impl From<AdoptedStyleSheetsModified> for DomEvents
Source§fn from(v: AdoptedStyleSheetsModified) -> Self
fn from(v: AdoptedStyleSheetsModified) -> Self
Converts to this type from the input type.
Source§impl From<AdoptedStyleSheetsModified> for Event
impl From<AdoptedStyleSheetsModified> for Event
Source§fn from(v: AdoptedStyleSheetsModified) -> Self
fn from(v: AdoptedStyleSheetsModified) -> Self
Converts to this type from the input type.
Source§impl TryFrom<BrowserProtocolEvents> for AdoptedStyleSheetsModified
impl TryFrom<BrowserProtocolEvents> for AdoptedStyleSheetsModified
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, <AdoptedStyleSheetsModified as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <AdoptedStyleSheetsModified as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<Event> for AdoptedStyleSheetsModified
impl TryFrom<Event> for AdoptedStyleSheetsModified
impl StructuralPartialEq for AdoptedStyleSheetsModified
Auto Trait Implementations§
impl Freeze for AdoptedStyleSheetsModified
impl RefUnwindSafe for AdoptedStyleSheetsModified
impl Send for AdoptedStyleSheetsModified
impl Sync for AdoptedStyleSheetsModified
impl Unpin for AdoptedStyleSheetsModified
impl UnsafeUnpin for AdoptedStyleSheetsModified
impl UnwindSafe for AdoptedStyleSheetsModified
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