pub enum ContentPredicate {
Regex(Regex),
Utf8,
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for ContentPredicate
impl Debug for ContentPredicate
Source§impl Display for ContentPredicate
impl Display for ContentPredicate
Source§impl PartialEq for ContentPredicate
impl PartialEq for ContentPredicate
impl Eq for ContentPredicate
Auto Trait Implementations§
impl Freeze for ContentPredicate
impl RefUnwindSafe for ContentPredicate
impl Send for ContentPredicate
impl Sync for ContentPredicate
impl Unpin for ContentPredicate
impl UnwindSafe for ContentPredicate
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