pub enum EirEpistemicMode {
G91,
Faeel,
}Expand description
Epistemic semantics mode selected for an EIR program.
Variants§
G91
Gelfond-1991-style compatibility semantics, selected by g91.
Faeel
Founded Autoepistemic Equilibrium Logic semantics.
Trait Implementations§
Source§impl Clone for EirEpistemicMode
impl Clone for EirEpistemicMode
Source§fn clone(&self) -> EirEpistemicMode
fn clone(&self) -> EirEpistemicMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EirEpistemicMode
Source§impl Debug for EirEpistemicMode
impl Debug for EirEpistemicMode
impl Eq for EirEpistemicMode
Source§impl PartialEq for EirEpistemicMode
impl PartialEq for EirEpistemicMode
Source§fn eq(&self, other: &EirEpistemicMode) -> bool
fn eq(&self, other: &EirEpistemicMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EirEpistemicMode
Auto Trait Implementations§
impl Freeze for EirEpistemicMode
impl RefUnwindSafe for EirEpistemicMode
impl Send for EirEpistemicMode
impl Sync for EirEpistemicMode
impl Unpin for EirEpistemicMode
impl UnsafeUnpin for EirEpistemicMode
impl UnwindSafe for EirEpistemicMode
Blanket Implementations§
impl<T> Allocation for T
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more