pub enum MarkerOp {
Comparison(Comparison),
In,
NotIn,
}
Variants§
Trait Implementations§
Source§impl From<Comparison> for MarkerOp
impl From<Comparison> for MarkerOp
Source§fn from(c: Comparison) -> Self
fn from(c: Comparison) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for MarkerOp
Auto Trait Implementations§
impl Freeze for MarkerOp
impl RefUnwindSafe for MarkerOp
impl Send for MarkerOp
impl Sync for MarkerOp
impl Unpin for MarkerOp
impl UnwindSafe for MarkerOp
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