pub enum AlgorithmWError {
AlgorithmU(AlgorithmUError),
UnknownVar(Var),
}
Variants§
AlgorithmU(AlgorithmUError)
UnknownVar(Var)
Trait Implementations§
source§impl Debug for AlgorithmWError
impl Debug for AlgorithmWError
source§impl From<AlgorithmUError> for AlgorithmWError
impl From<AlgorithmUError> for AlgorithmWError
source§fn from(original: AlgorithmUError) -> AlgorithmWError
fn from(original: AlgorithmUError) -> AlgorithmWError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AlgorithmWError
impl RefUnwindSafe for AlgorithmWError
impl Send for AlgorithmWError
impl Sync for AlgorithmWError
impl Unpin for AlgorithmWError
impl UnwindSafe for AlgorithmWError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more