pub enum AttrOp {
Exists,
Eq,
Prefix,
Suffix,
Contains,
Word,
Dash,
}Expand description
属性セレクタの照合演算子。
Variants§
Trait Implementations§
impl StructuralPartialEq for AttrOp
Auto Trait Implementations§
impl Freeze for AttrOp
impl RefUnwindSafe for AttrOp
impl Send for AttrOp
impl Sync for AttrOp
impl Unpin for AttrOp
impl UnsafeUnpin for AttrOp
impl UnwindSafe for AttrOp
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