pub enum PredicateType {
Equal,
StartsWith,
Contains,
Any,
}Variants§
Trait Implementations§
Source§impl Debug for PredicateType
impl Debug for PredicateType
Source§impl PartialEq for PredicateType
impl PartialEq for PredicateType
impl StructuralPartialEq for PredicateType
Auto Trait Implementations§
impl Freeze for PredicateType
impl RefUnwindSafe for PredicateType
impl Send for PredicateType
impl Sync for PredicateType
impl Unpin for PredicateType
impl UnwindSafe for PredicateType
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