pub enum Binary {
Show 22 variants
Times,
Div,
CDot,
Cap,
Cup,
Neq,
Leq,
Geq,
In,
Perp,
Nothing,
Subset,
Simeq,
Approx,
Wegde,
Vee,
OPlus,
OTimes,
Box,
BoxTimes,
Equiv,
Cong,
}
Expand description
Binary operation/relations symbols
Variants§
Times
Div
CDot
Cap
Cup
Neq
Leq
Geq
In
Perp
Nothing
Subset
Simeq
Approx
Wegde
Vee
OPlus
OTimes
Box
BoxTimes
Equiv
Cong
Trait Implementations§
source§impl<'de> Deserialize<'de> for Binary
impl<'de> Deserialize<'de> for Binary
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
impl Copy for Binary
Auto Trait Implementations§
impl RefUnwindSafe for Binary
impl Send for Binary
impl Sync for Binary
impl Unpin for Binary
impl UnwindSafe for Binary
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