Enum safe_regex_compiler::generator::Predicate
source · pub enum Predicate {
Any,
Incl(Vec<ClassItem>),
Excl(Vec<ClassItem>),
}
Variants§
Trait Implementations§
source§impl PartialEq for Predicate
impl PartialEq for Predicate
source§impl PartialOrd for Predicate
impl PartialOrd for Predicate
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl StructuralPartialEq for Predicate
Auto Trait Implementations§
impl Freeze for Predicate
impl RefUnwindSafe for Predicate
impl Send for Predicate
impl Sync for Predicate
impl Unpin for Predicate
impl UnwindSafe for Predicate
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