pub struct StyleSheetRemovedParams {
pub style_sheet_id: StyleSheetId,
}Expand description
Fired whenever an active document stylesheet is removed. styleSheetRemoved
Fields§
§style_sheet_id: StyleSheetIdIdentifier of the removed stylesheet.
Trait Implementations§
Source§impl Clone for StyleSheetRemovedParams
impl Clone for StyleSheetRemovedParams
Source§fn clone(&self) -> StyleSheetRemovedParams
fn clone(&self) -> StyleSheetRemovedParams
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 StyleSheetRemovedParams
impl Debug for StyleSheetRemovedParams
Source§impl<'de> Deserialize<'de> for StyleSheetRemovedParams
impl<'de> Deserialize<'de> for StyleSheetRemovedParams
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 PartialEq for StyleSheetRemovedParams
impl PartialEq for StyleSheetRemovedParams
Source§impl Serialize for StyleSheetRemovedParams
impl Serialize for StyleSheetRemovedParams
impl StructuralPartialEq for StyleSheetRemovedParams
Auto Trait Implementations§
impl Freeze for StyleSheetRemovedParams
impl RefUnwindSafe for StyleSheetRemovedParams
impl Send for StyleSheetRemovedParams
impl Sync for StyleSheetRemovedParams
impl Unpin for StyleSheetRemovedParams
impl UnsafeUnpin for StyleSheetRemovedParams
impl UnwindSafe for StyleSheetRemovedParams
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