Enum solvent::SolventError [] [src]

pub enum SolventError {
    CycleDetected,
}

Variants

CycleDetected

A cycle has been detected

Trait Implementations

impl Display for SolventError

fn fmt(&self, f: &mut Formatter) -> Result

impl Error for SolventError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl PartialEq for SolventError

fn eq(&self, __arg_0: &SolventError) -> bool

1.0.0fn ne(&self, other: &Rhs) -> bool

impl Debug for SolventError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for SolventError

fn clone(&self) -> SolventError

1.0.0fn clone_from(&mut self, source: &Self)