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