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