Struct smtlib_lowlevel::ast::VarBinding
source · Expand description
(<symbol> <term>)
Tuple Fields§
§0: Symbol§1: TermImplementations§
Trait Implementations§
source§impl Clone for VarBinding
impl Clone for VarBinding
source§fn clone(&self) -> VarBinding
fn clone(&self) -> VarBinding
Returns a copy of the value. Read more
1.0.0 · 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 VarBinding
impl Debug for VarBinding
source§impl Display for VarBinding
impl Display for VarBinding
source§impl Hash for VarBinding
impl Hash for VarBinding
source§impl PartialEq<VarBinding> for VarBinding
impl PartialEq<VarBinding> for VarBinding
source§fn eq(&self, other: &VarBinding) -> bool
fn eq(&self, other: &VarBinding) -> bool
This method tests for
self and other values to be equal, and is used
by ==.