pub enum BinaryLogicalOperator {
Or,
And,
Xor,
}
Variants§
Trait Implementations§
Source§impl Clone for BinaryLogicalOperator
impl Clone for BinaryLogicalOperator
Source§fn clone(&self) -> BinaryLogicalOperator
fn clone(&self) -> BinaryLogicalOperator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for BinaryLogicalOperator
impl PartialEq for BinaryLogicalOperator
impl StructuralPartialEq for BinaryLogicalOperator
Auto Trait Implementations§
impl Freeze for BinaryLogicalOperator
impl RefUnwindSafe for BinaryLogicalOperator
impl Send for BinaryLogicalOperator
impl Sync for BinaryLogicalOperator
impl Unpin for BinaryLogicalOperator
impl UnwindSafe for BinaryLogicalOperator
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