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