Struct polar_core::terms::Operation [−][src]
Fields
operator: Operatorargs: TermListImplementations
Construct & return a set of symbols that occur in this operation.
Replace var with a ground (non-variable) value. Checks for
consistent unifications along the way: if everything’s fine,
returns Some(grounded_term), but if an inconsistent ground
(anti-)unification is detected, return None.
Augment our constraints with those on other.
Invariant: self and other are ANDs
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Operationimpl UnwindSafe for OperationBlanket Implementations
Mutably borrows from an owned value. Read more