pub enum OperatorTypes {
AlgebraOperator,
CompareOperator,
LogicalOperator,
ArithmeticOperator,
SpecialOperator,
StructOperator,
}
Variants§
Trait Implementations§
Source§impl Clone for OperatorTypes
impl Clone for OperatorTypes
Source§fn clone(&self) -> OperatorTypes
fn clone(&self) -> OperatorTypes
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 Debug for OperatorTypes
impl Debug for OperatorTypes
Source§impl<'de> Deserialize<'de> for OperatorTypes
impl<'de> Deserialize<'de> for OperatorTypes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OperatorTypes
impl PartialEq for OperatorTypes
Source§impl Serialize for OperatorTypes
impl Serialize for OperatorTypes
impl Copy for OperatorTypes
impl Eq for OperatorTypes
impl StructuralPartialEq for OperatorTypes
Auto Trait Implementations§
impl Freeze for OperatorTypes
impl RefUnwindSafe for OperatorTypes
impl Send for OperatorTypes
impl Sync for OperatorTypes
impl Unpin for OperatorTypes
impl UnwindSafe for OperatorTypes
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