Enum move_lang::parser::ast::QuantKind_
source · pub enum QuantKind_ {
Forall,
Exists,
Choose,
ChooseMin,
}
Variants§
Trait Implementations§
source§impl Clone for QuantKind_
impl Clone for QuantKind_
source§fn clone(&self) -> QuantKind_
fn clone(&self) -> QuantKind_
Returns a copy 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 QuantKind_
impl Debug for QuantKind_
source§impl PartialEq<QuantKind_> for QuantKind_
impl PartialEq<QuantKind_> for QuantKind_
source§fn eq(&self, other: &QuantKind_) -> bool
fn eq(&self, other: &QuantKind_) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for QuantKind_
impl Eq for QuantKind_
impl StructuralEq for QuantKind_
impl StructuralPartialEq for QuantKind_
Auto Trait Implementations§
impl RefUnwindSafe for QuantKind_
impl Send for QuantKind_
impl Sync for QuantKind_
impl Unpin for QuantKind_
impl UnwindSafe for QuantKind_
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.