pub enum QuantKind {
Forall,
Exists,
TemporalForall,
TemporalExists,
}Variants§
Forall
Exists
TemporalForall
\AA and \EE, which quantify over a hidden variable rather than a
value, and so describe behaviours rather than states.
TemporalExists
Implementations§
Trait Implementations§
impl Copy for QuantKind
impl Eq for QuantKind
impl StructuralPartialEq for QuantKind
Auto Trait Implementations§
impl Freeze for QuantKind
impl RefUnwindSafe for QuantKind
impl Send for QuantKind
impl Sync for QuantKind
impl Unpin for QuantKind
impl UnsafeUnpin for QuantKind
impl UnwindSafe for QuantKind
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