Enum selectors::attr::AttrSelectorOperator
source · pub enum AttrSelectorOperator {
Equal,
Includes,
DashMatch,
Prefix,
Substring,
Suffix,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for AttrSelectorOperator
impl Clone for AttrSelectorOperator
source§fn clone(&self) -> AttrSelectorOperator
fn clone(&self) -> AttrSelectorOperator
Returns a copy 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 PartialEq for AttrSelectorOperator
impl PartialEq for AttrSelectorOperator
source§fn eq(&self, other: &AttrSelectorOperator) -> bool
fn eq(&self, other: &AttrSelectorOperator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToCss for AttrSelectorOperator
impl ToCss for AttrSelectorOperator
source§impl ToShmem for AttrSelectorOperator
impl ToShmem for AttrSelectorOperator
impl Copy for AttrSelectorOperator
impl Eq for AttrSelectorOperator
impl StructuralPartialEq for AttrSelectorOperator
Auto Trait Implementations§
impl Freeze for AttrSelectorOperator
impl RefUnwindSafe for AttrSelectorOperator
impl Send for AttrSelectorOperator
impl Sync for AttrSelectorOperator
impl Unpin for AttrSelectorOperator
impl UnwindSafe for AttrSelectorOperator
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