pub enum JoinOp {
And,
Or,
}Expand description
The logical operator used to join a condition to the preceding clause.
Variants§
Trait Implementations§
impl Copy for JoinOp
impl Eq for JoinOp
impl StructuralPartialEq for JoinOp
Auto Trait Implementations§
impl Freeze for JoinOp
impl RefUnwindSafe for JoinOp
impl Send for JoinOp
impl Sync for JoinOp
impl Unpin for JoinOp
impl UnsafeUnpin for JoinOp
impl UnwindSafe for JoinOp
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