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