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