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