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