pub struct StyleSheetRemovedEvent {
pub params: StyleSheetRemovedEventParams,
}Fields§
§params: StyleSheetRemovedEventParamsTrait Implementations§
Source§impl Clone for StyleSheetRemovedEvent
impl Clone for StyleSheetRemovedEvent
Source§fn clone(&self) -> StyleSheetRemovedEvent
fn clone(&self) -> StyleSheetRemovedEvent
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 StyleSheetRemovedEvent
impl Debug for StyleSheetRemovedEvent
Source§impl<'de> Deserialize<'de> for StyleSheetRemovedEvent
impl<'de> Deserialize<'de> for StyleSheetRemovedEvent
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 StyleSheetRemovedEvent
impl PartialEq for StyleSheetRemovedEvent
Source§impl Serialize for StyleSheetRemovedEvent
impl Serialize for StyleSheetRemovedEvent
impl StructuralPartialEq for StyleSheetRemovedEvent
Auto Trait Implementations§
impl Freeze for StyleSheetRemovedEvent
impl RefUnwindSafe for StyleSheetRemovedEvent
impl Send for StyleSheetRemovedEvent
impl Sync for StyleSheetRemovedEvent
impl Unpin for StyleSheetRemovedEvent
impl UnwindSafe for StyleSheetRemovedEvent
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