Enum smtlib_lowlevel::ast::QualIdentifier
source · pub enum QualIdentifier {
Identifier(Identifier),
Sorted(Identifier, Sort),
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for QualIdentifier
impl Clone for QualIdentifier
source§fn clone(&self) -> QualIdentifier
fn clone(&self) -> QualIdentifier
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 QualIdentifier
impl Debug for QualIdentifier
source§impl Display for QualIdentifier
impl Display for QualIdentifier
source§impl Hash for QualIdentifier
impl Hash for QualIdentifier
source§impl PartialEq<QualIdentifier> for QualIdentifier
impl PartialEq<QualIdentifier> for QualIdentifier
source§fn eq(&self, other: &QualIdentifier) -> bool
fn eq(&self, other: &QualIdentifier) -> bool
This method tests for
self and other values to be equal, and is used
by ==.