enum AttrOp {
Exists,
Eq,
Prefix,
Suffix,
Contains,
Word,
}Variants§
Trait Implementations§
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