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