Struct smtlib_lowlevel::ast::FunctionDef
source · Expand description
<symbol> (<sorted_var>*) <sort> <term>
Tuple Fields§
§0: Symbol§1: Vec<SortedVar>§2: Sort§3: TermImplementations§
Trait Implementations§
source§impl Clone for FunctionDef
impl Clone for FunctionDef
source§fn clone(&self) -> FunctionDef
fn clone(&self) -> FunctionDef
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 FunctionDef
impl Debug for FunctionDef
source§impl Display for FunctionDef
impl Display for FunctionDef
source§impl Hash for FunctionDef
impl Hash for FunctionDef
source§impl PartialEq<FunctionDef> for FunctionDef
impl PartialEq<FunctionDef> for FunctionDef
source§fn eq(&self, other: &FunctionDef) -> bool
fn eq(&self, other: &FunctionDef) -> bool
This method tests for
self and other values to be equal, and is used
by ==.