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