pub enum ConjunctionOp {
And,
Or,
}Expand description
Which connective a Expr::Conjunction uses.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConjunctionOp
impl Clone for ConjunctionOp
Source§fn clone(&self) -> ConjunctionOp
fn clone(&self) -> ConjunctionOp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConjunctionOp
Source§impl Debug for ConjunctionOp
impl Debug for ConjunctionOp
impl Eq for ConjunctionOp
Source§impl Hash for ConjunctionOp
impl Hash for ConjunctionOp
Source§impl PartialEq for ConjunctionOp
impl PartialEq for ConjunctionOp
impl StructuralPartialEq for ConjunctionOp
Auto Trait Implementations§
impl Freeze for ConjunctionOp
impl RefUnwindSafe for ConjunctionOp
impl Send for ConjunctionOp
impl Sync for ConjunctionOp
impl Unpin for ConjunctionOp
impl UnsafeUnpin for ConjunctionOp
impl UnwindSafe for ConjunctionOp
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