pub enum QtOp {
Forall,
Exists,
Sum,
Prod,
Min,
Max,
}
Variants§
Trait Implementations§
impl Copy for QtOp
impl Eq for QtOp
impl StructuralPartialEq for QtOp
Auto Trait Implementations§
impl Freeze for QtOp
impl RefUnwindSafe for QtOp
impl Send for QtOp
impl Sync for QtOp
impl Unpin for QtOp
impl UnwindSafe for QtOp
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