pub struct StyleSheetRemoved {
pub method: StyleSheetRemovedMethod,
pub params: StyleSheetRemovedParams,
}Expand description
Fired whenever an active document stylesheet is removed. styleSheetRemoved
Fields§
§method: StyleSheetRemovedMethod§params: StyleSheetRemovedParamsImplementations§
Source§impl StyleSheetRemoved
impl StyleSheetRemoved
pub const IDENTIFIER: &'static str = "CSS.styleSheetRemoved"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for StyleSheetRemoved
impl Clone for StyleSheetRemoved
Source§fn clone(&self) -> StyleSheetRemoved
fn clone(&self) -> StyleSheetRemoved
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 StyleSheetRemoved
impl Debug for StyleSheetRemoved
Source§impl<'de> Deserialize<'de> for StyleSheetRemoved
impl<'de> Deserialize<'de> for StyleSheetRemoved
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<StyleSheetRemoved> for BrowserProtocolEvents
impl From<StyleSheetRemoved> for BrowserProtocolEvents
Source§fn from(v: StyleSheetRemoved) -> Self
fn from(v: StyleSheetRemoved) -> Self
Converts to this type from the input type.
Source§impl From<StyleSheetRemoved> for CssEvents
impl From<StyleSheetRemoved> for CssEvents
Source§fn from(v: StyleSheetRemoved) -> Self
fn from(v: StyleSheetRemoved) -> Self
Converts to this type from the input type.
Source§impl From<StyleSheetRemoved> for Event
impl From<StyleSheetRemoved> for Event
Source§fn from(v: StyleSheetRemoved) -> Self
fn from(v: StyleSheetRemoved) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StyleSheetRemoved
impl PartialEq for StyleSheetRemoved
Source§impl Serialize for StyleSheetRemoved
impl Serialize for StyleSheetRemoved
Source§impl TryFrom<BrowserProtocolEvents> for StyleSheetRemoved
impl TryFrom<BrowserProtocolEvents> for StyleSheetRemoved
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, <StyleSheetRemoved as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <StyleSheetRemoved as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<CssEvents> for StyleSheetRemoved
impl TryFrom<CssEvents> for StyleSheetRemoved
Source§impl TryFrom<Event> for StyleSheetRemoved
impl TryFrom<Event> for StyleSheetRemoved
impl StructuralPartialEq for StyleSheetRemoved
Auto Trait Implementations§
impl Freeze for StyleSheetRemoved
impl RefUnwindSafe for StyleSheetRemoved
impl Send for StyleSheetRemoved
impl Sync for StyleSheetRemoved
impl Unpin for StyleSheetRemoved
impl UnsafeUnpin for StyleSheetRemoved
impl UnwindSafe for StyleSheetRemoved
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