pub enum StyleSheetChangedMethod {
StyleSheetChanged,
}Variants§
StyleSheetChanged
Trait Implementations§
Source§impl Clone for StyleSheetChangedMethod
impl Clone for StyleSheetChangedMethod
Source§fn clone(&self) -> StyleSheetChangedMethod
fn clone(&self) -> StyleSheetChangedMethod
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 StyleSheetChangedMethod
impl Debug for StyleSheetChangedMethod
Source§impl<'de> Deserialize<'de> for StyleSheetChangedMethod
impl<'de> Deserialize<'de> for StyleSheetChangedMethod
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 StyleSheetChangedMethod
impl PartialEq for StyleSheetChangedMethod
Source§impl Serialize for StyleSheetChangedMethod
impl Serialize for StyleSheetChangedMethod
impl StructuralPartialEq for StyleSheetChangedMethod
Auto Trait Implementations§
impl Freeze for StyleSheetChangedMethod
impl RefUnwindSafe for StyleSheetChangedMethod
impl Send for StyleSheetChangedMethod
impl Sync for StyleSheetChangedMethod
impl Unpin for StyleSheetChangedMethod
impl UnsafeUnpin for StyleSheetChangedMethod
impl UnwindSafe for StyleSheetChangedMethod
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