pub enum Binaries {
AND,
OR,
AND_THEN,
OR_ELSE,
XOR,
INFERIOR,
SUPERIOR,
INFERIOR_OR_EQUAL,
SUPERIOR_OR_EQUAL,
EQUAL,
UNEQUAL,
}Variants§
Trait Implementations§
impl StructuralPartialEq for Binaries
Auto Trait Implementations§
impl Freeze for Binaries
impl RefUnwindSafe for Binaries
impl Send for Binaries
impl Sync for Binaries
impl Unpin for Binaries
impl UnwindSafe for Binaries
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