pub enum AlgorithmUError {
InfiniteType {
type_var: Var,
with: MonomorphicType,
},
CannotUnify {
from: MonomorphicType,
to: MonomorphicType,
},
}
Variants§
Trait Implementations§
source§impl Debug for AlgorithmUError
impl Debug for AlgorithmUError
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 AlgorithmUError
impl RefUnwindSafe for AlgorithmUError
impl Send for AlgorithmUError
impl Sync for AlgorithmUError
impl Unpin for AlgorithmUError
impl UnwindSafe for AlgorithmUError
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