pub enum Fact {
AtomicFact(AtomicFact),
ExistFact(ExistFactEnum),
OrFact(OrFact),
AndFact(AndFact),
ChainFact(ChainFact),
ForallFact(ForallFact),
ForallFactWithIff(ForallFactWithIff),
NotForall(NotForallFact),
}Variants§
AtomicFact(AtomicFact)
ExistFact(ExistFactEnum)
OrFact(OrFact)
AndFact(AndFact)
ChainFact(ChainFact)
ForallFact(ForallFact)
ForallFactWithIff(ForallFactWithIff)
NotForall(NotForallFact)
Implementations§
Trait Implementations§
Source§impl From<AndChainAtomicFact> for Fact
impl From<AndChainAtomicFact> for Fact
Source§fn from(f: AndChainAtomicFact) -> Self
fn from(f: AndChainAtomicFact) -> Self
Converts to this type from the input type.
Source§impl From<AtomicFact> for Fact
impl From<AtomicFact> for Fact
Source§fn from(atomic_fact: AtomicFact) -> Self
fn from(atomic_fact: AtomicFact) -> Self
Converts to this type from the input type.
Source§impl From<ExistFactEnum> for Fact
impl From<ExistFactEnum> for Fact
Source§fn from(exist_fact: ExistFactEnum) -> Self
fn from(exist_fact: ExistFactEnum) -> Self
Converts to this type from the input type.
Source§impl From<FnEqualFact> for Fact
impl From<FnEqualFact> for Fact
Source§fn from(f: FnEqualFact) -> Self
fn from(f: FnEqualFact) -> Self
Converts to this type from the input type.
Source§impl From<FnEqualInFact> for Fact
impl From<FnEqualInFact> for Fact
Source§fn from(f: FnEqualInFact) -> Self
fn from(f: FnEqualInFact) -> Self
Converts to this type from the input type.
Source§impl From<ForallFact> for Fact
impl From<ForallFact> for Fact
Source§fn from(forall_fact: ForallFact) -> Self
fn from(forall_fact: ForallFact) -> Self
Converts to this type from the input type.
Source§impl From<ForallFactWithIff> for Fact
impl From<ForallFactWithIff> for Fact
Source§fn from(forall_fact_with_iff: ForallFactWithIff) -> Self
fn from(forall_fact_with_iff: ForallFactWithIff) -> Self
Converts to this type from the input type.
Source§impl From<GreaterEqualFact> for Fact
impl From<GreaterEqualFact> for Fact
Source§fn from(f: GreaterEqualFact) -> Self
fn from(f: GreaterEqualFact) -> Self
Converts to this type from the input type.
Source§impl From<GreaterFact> for Fact
impl From<GreaterFact> for Fact
Source§fn from(f: GreaterFact) -> Self
fn from(f: GreaterFact) -> Self
Converts to this type from the input type.
Source§impl From<IsCartFact> for Fact
impl From<IsCartFact> for Fact
Source§fn from(f: IsCartFact) -> Self
fn from(f: IsCartFact) -> Self
Converts to this type from the input type.
Source§impl From<IsFiniteSetFact> for Fact
impl From<IsFiniteSetFact> for Fact
Source§fn from(f: IsFiniteSetFact) -> Self
fn from(f: IsFiniteSetFact) -> Self
Converts to this type from the input type.
Source§impl From<IsNonemptySetFact> for Fact
impl From<IsNonemptySetFact> for Fact
Source§fn from(f: IsNonemptySetFact) -> Self
fn from(f: IsNonemptySetFact) -> Self
Converts to this type from the input type.
Source§impl From<IsTupleFact> for Fact
impl From<IsTupleFact> for Fact
Source§fn from(f: IsTupleFact) -> Self
fn from(f: IsTupleFact) -> Self
Converts to this type from the input type.
Source§impl From<LessEqualFact> for Fact
impl From<LessEqualFact> for Fact
Source§fn from(f: LessEqualFact) -> Self
fn from(f: LessEqualFact) -> Self
Converts to this type from the input type.
Source§impl From<NormalAtomicFact> for Fact
impl From<NormalAtomicFact> for Fact
Source§fn from(f: NormalAtomicFact) -> Self
fn from(f: NormalAtomicFact) -> Self
Converts to this type from the input type.
Source§impl From<NotEqualFact> for Fact
impl From<NotEqualFact> for Fact
Source§fn from(f: NotEqualFact) -> Self
fn from(f: NotEqualFact) -> Self
Converts to this type from the input type.
Source§impl From<NotForallFact> for Fact
impl From<NotForallFact> for Fact
Source§fn from(not_forall_fact: NotForallFact) -> Self
fn from(not_forall_fact: NotForallFact) -> Self
Converts to this type from the input type.
Source§impl From<NotGreaterEqualFact> for Fact
impl From<NotGreaterEqualFact> for Fact
Source§fn from(f: NotGreaterEqualFact) -> Self
fn from(f: NotGreaterEqualFact) -> Self
Converts to this type from the input type.
Source§impl From<NotGreaterFact> for Fact
impl From<NotGreaterFact> for Fact
Source§fn from(f: NotGreaterFact) -> Self
fn from(f: NotGreaterFact) -> Self
Converts to this type from the input type.
Source§impl From<NotIsCartFact> for Fact
impl From<NotIsCartFact> for Fact
Source§fn from(f: NotIsCartFact) -> Self
fn from(f: NotIsCartFact) -> Self
Converts to this type from the input type.
Source§impl From<NotIsFiniteSetFact> for Fact
impl From<NotIsFiniteSetFact> for Fact
Source§fn from(f: NotIsFiniteSetFact) -> Self
fn from(f: NotIsFiniteSetFact) -> Self
Converts to this type from the input type.
Source§impl From<NotIsNonemptySetFact> for Fact
impl From<NotIsNonemptySetFact> for Fact
Source§fn from(f: NotIsNonemptySetFact) -> Self
fn from(f: NotIsNonemptySetFact) -> Self
Converts to this type from the input type.
Source§impl From<NotIsSetFact> for Fact
impl From<NotIsSetFact> for Fact
Source§fn from(f: NotIsSetFact) -> Self
fn from(f: NotIsSetFact) -> Self
Converts to this type from the input type.
Source§impl From<NotIsTupleFact> for Fact
impl From<NotIsTupleFact> for Fact
Source§fn from(f: NotIsTupleFact) -> Self
fn from(f: NotIsTupleFact) -> Self
Converts to this type from the input type.
Source§impl From<NotLessEqualFact> for Fact
impl From<NotLessEqualFact> for Fact
Source§fn from(f: NotLessEqualFact) -> Self
fn from(f: NotLessEqualFact) -> Self
Converts to this type from the input type.
Source§impl From<NotLessFact> for Fact
impl From<NotLessFact> for Fact
Source§fn from(f: NotLessFact) -> Self
fn from(f: NotLessFact) -> Self
Converts to this type from the input type.
Source§impl From<NotNormalAtomicFact> for Fact
impl From<NotNormalAtomicFact> for Fact
Source§fn from(f: NotNormalAtomicFact) -> Self
fn from(f: NotNormalAtomicFact) -> Self
Converts to this type from the input type.
Source§impl From<NotRestrictFact> for Fact
impl From<NotRestrictFact> for Fact
Source§fn from(f: NotRestrictFact) -> Self
fn from(f: NotRestrictFact) -> Self
Converts to this type from the input type.
Source§impl From<NotSubsetFact> for Fact
impl From<NotSubsetFact> for Fact
Source§fn from(f: NotSubsetFact) -> Self
fn from(f: NotSubsetFact) -> Self
Converts to this type from the input type.
Source§impl From<NotSupersetFact> for Fact
impl From<NotSupersetFact> for Fact
Source§fn from(f: NotSupersetFact) -> Self
fn from(f: NotSupersetFact) -> Self
Converts to this type from the input type.
Source§impl From<OrAndChainAtomicFact> for Fact
impl From<OrAndChainAtomicFact> for Fact
Source§fn from(f: OrAndChainAtomicFact) -> Self
fn from(f: OrAndChainAtomicFact) -> Self
Converts to this type from the input type.
Source§impl From<RestrictFact> for Fact
impl From<RestrictFact> for Fact
Source§fn from(f: RestrictFact) -> Self
fn from(f: RestrictFact) -> Self
Converts to this type from the input type.
Source§impl From<SubsetFact> for Fact
impl From<SubsetFact> for Fact
Source§fn from(f: SubsetFact) -> Self
fn from(f: SubsetFact) -> Self
Converts to this type from the input type.
Source§impl From<SupersetFact> for Fact
impl From<SupersetFact> for Fact
Source§fn from(f: SupersetFact) -> Self
fn from(f: SupersetFact) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Fact
impl RefUnwindSafe for Fact
impl !Send for Fact
impl !Sync for Fact
impl Unpin for Fact
impl UnsafeUnpin for Fact
impl UnwindSafe for Fact
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