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