pub enum OperatorEnum {
Union,
Intersection,
Difference,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for OperatorEnum
impl Clone for OperatorEnum
Source§fn clone(&self) -> OperatorEnum
fn clone(&self) -> OperatorEnum
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 OperatorEnum
impl Debug for OperatorEnum
Source§impl Default for OperatorEnum
impl Default for OperatorEnum
Source§fn default() -> OperatorEnum
fn default() -> OperatorEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OperatorEnum
impl<'de> Deserialize<'de> for OperatorEnum
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 Hash for OperatorEnum
impl Hash for OperatorEnum
Source§impl Ord for OperatorEnum
impl Ord for OperatorEnum
Source§fn cmp(&self, other: &OperatorEnum) -> Ordering
fn cmp(&self, other: &OperatorEnum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OperatorEnum
impl PartialEq for OperatorEnum
Source§impl PartialOrd for OperatorEnum
impl PartialOrd for OperatorEnum
Source§impl Serialize for OperatorEnum
impl Serialize for OperatorEnum
Source§impl ToString for OperatorEnum
impl ToString for OperatorEnum
impl Copy for OperatorEnum
impl Eq for OperatorEnum
impl StructuralPartialEq for OperatorEnum
Auto Trait Implementations§
impl Freeze for OperatorEnum
impl RefUnwindSafe for OperatorEnum
impl Send for OperatorEnum
impl Sync for OperatorEnum
impl Unpin for OperatorEnum
impl UnsafeUnpin for OperatorEnum
impl UnwindSafe for OperatorEnum
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