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