pub enum InlineStyleInvalidatedMethod {
InlineStyleInvalidated,
}Variants§
InlineStyleInvalidated
Trait Implementations§
Source§impl Clone for InlineStyleInvalidatedMethod
impl Clone for InlineStyleInvalidatedMethod
Source§fn clone(&self) -> InlineStyleInvalidatedMethod
fn clone(&self) -> InlineStyleInvalidatedMethod
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 InlineStyleInvalidatedMethod
impl Debug for InlineStyleInvalidatedMethod
Source§impl<'de> Deserialize<'de> for InlineStyleInvalidatedMethod
impl<'de> Deserialize<'de> for InlineStyleInvalidatedMethod
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 InlineStyleInvalidatedMethod
impl PartialEq for InlineStyleInvalidatedMethod
Source§fn eq(&self, other: &InlineStyleInvalidatedMethod) -> bool
fn eq(&self, other: &InlineStyleInvalidatedMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InlineStyleInvalidatedMethod
Auto Trait Implementations§
impl Freeze for InlineStyleInvalidatedMethod
impl RefUnwindSafe for InlineStyleInvalidatedMethod
impl Send for InlineStyleInvalidatedMethod
impl Sync for InlineStyleInvalidatedMethod
impl Unpin for InlineStyleInvalidatedMethod
impl UnsafeUnpin for InlineStyleInvalidatedMethod
impl UnwindSafe for InlineStyleInvalidatedMethod
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