Enum smtlib_lowlevel::ast::GeneralResponse
source · pub enum GeneralResponse {
Success,
SpecificSuccessResponse(SpecificSuccessResponse),
Unsupported,
Error(String),
}Variants§
Success
success
SpecificSuccessResponse(SpecificSuccessResponse)
<specific_success_response>
Unsupported
unsupported
Error(String)
(error <string>)
Implementations§
Trait Implementations§
source§impl Clone for GeneralResponse
impl Clone for GeneralResponse
source§fn clone(&self) -> GeneralResponse
fn clone(&self) -> GeneralResponse
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 GeneralResponse
impl Debug for GeneralResponse
source§impl Display for GeneralResponse
impl Display for GeneralResponse
source§impl Hash for GeneralResponse
impl Hash for GeneralResponse
source§impl PartialEq<GeneralResponse> for GeneralResponse
impl PartialEq<GeneralResponse> for GeneralResponse
source§fn eq(&self, other: &GeneralResponse) -> bool
fn eq(&self, other: &GeneralResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.