Fields
operator: String
operators: Vec<Operator>
Trait Implementations
sourceimpl Clone for OperatorExpressionOperator
impl Clone for OperatorExpressionOperator
sourcefn clone(&self) -> OperatorExpressionOperator
fn clone(&self) -> OperatorExpressionOperator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for OperatorExpressionOperator
impl Debug for OperatorExpressionOperator
sourceimpl PartialEq<OperatorExpressionOperator> for OperatorExpressionOperator
impl PartialEq<OperatorExpressionOperator> for OperatorExpressionOperator
sourcefn eq(&self, other: &OperatorExpressionOperator) -> bool
fn eq(&self, other: &OperatorExpressionOperator) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &OperatorExpressionOperator) -> bool
fn ne(&self, other: &OperatorExpressionOperator) -> bool
This method tests for !=
.
impl StructuralPartialEq for OperatorExpressionOperator
Auto Trait Implementations
impl RefUnwindSafe for OperatorExpressionOperator
impl Send for OperatorExpressionOperator
impl Sync for OperatorExpressionOperator
impl Unpin for OperatorExpressionOperator
impl UnwindSafe for OperatorExpressionOperator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more