pub enum SelectorMatchVerdict {
No,
Maybe,
Yes,
}Variants§
Trait Implementations§
Source§impl Clone for SelectorMatchVerdict
impl Clone for SelectorMatchVerdict
Source§fn clone(&self) -> SelectorMatchVerdict
fn clone(&self) -> SelectorMatchVerdict
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SelectorMatchVerdict
Source§impl Debug for SelectorMatchVerdict
impl Debug for SelectorMatchVerdict
impl Eq for SelectorMatchVerdict
Source§impl Hash for SelectorMatchVerdict
impl Hash for SelectorMatchVerdict
Source§impl Ord for SelectorMatchVerdict
impl Ord for SelectorMatchVerdict
Source§fn cmp(&self, other: &SelectorMatchVerdict) -> Ordering
fn cmp(&self, other: &SelectorMatchVerdict) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SelectorMatchVerdict
impl PartialEq for SelectorMatchVerdict
Source§fn eq(&self, other: &SelectorMatchVerdict) -> bool
fn eq(&self, other: &SelectorMatchVerdict) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SelectorMatchVerdict
impl PartialOrd for SelectorMatchVerdict
Source§impl Serialize for SelectorMatchVerdict
impl Serialize for SelectorMatchVerdict
impl StructuralPartialEq for SelectorMatchVerdict
Auto Trait Implementations§
impl Freeze for SelectorMatchVerdict
impl RefUnwindSafe for SelectorMatchVerdict
impl Send for SelectorMatchVerdict
impl Sync for SelectorMatchVerdict
impl Unpin for SelectorMatchVerdict
impl UnsafeUnpin for SelectorMatchVerdict
impl UnwindSafe for SelectorMatchVerdict
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