pub struct DerivedPredicate {
pub predicate: AtomicFormula,
pub condition: Condition,
}Expand description
A derived predicate (:derived) with axiom body.
Fields§
§predicate: AtomicFormula§condition: ConditionTrait Implementations§
Source§impl Clone for DerivedPredicate
impl Clone for DerivedPredicate
Source§fn clone(&self) -> DerivedPredicate
fn clone(&self) -> DerivedPredicate
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 moreSource§impl Debug for DerivedPredicate
impl Debug for DerivedPredicate
Source§impl PartialEq for DerivedPredicate
impl PartialEq for DerivedPredicate
Source§fn eq(&self, other: &DerivedPredicate) -> bool
fn eq(&self, other: &DerivedPredicate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DerivedPredicate
impl Serialize for DerivedPredicate
impl StructuralPartialEq for DerivedPredicate
Auto Trait Implementations§
impl Freeze for DerivedPredicate
impl RefUnwindSafe for DerivedPredicate
impl Send for DerivedPredicate
impl Sync for DerivedPredicate
impl Unpin for DerivedPredicate
impl UnsafeUnpin for DerivedPredicate
impl UnwindSafe for DerivedPredicate
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