pub struct InvalidDeduction<Atomic>(pub Vec<IgnoredInference<Atomic>>);Expand description
A deduction is rejected by the checker.
The inferences in the proof stage do not derive an empty domain or an explicit conflict.
Tuple Fields§
§0: Vec<IgnoredInference<Atomic>>Trait Implementations§
Source§impl<Atomic: Debug> Debug for InvalidDeduction<Atomic>
impl<Atomic: Debug> Debug for InvalidDeduction<Atomic>
Source§impl<Atomic> Display for InvalidDeduction<Atomic>
impl<Atomic> Display for InvalidDeduction<Atomic>
impl<Atomic: Eq> Eq for InvalidDeduction<Atomic>
Source§impl<Atomic> Error for InvalidDeduction<Atomic>
impl<Atomic> Error for InvalidDeduction<Atomic>
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl<Atomic: PartialEq> PartialEq for InvalidDeduction<Atomic>
impl<Atomic: PartialEq> PartialEq for InvalidDeduction<Atomic>
impl<Atomic: PartialEq> StructuralPartialEq for InvalidDeduction<Atomic>
Auto Trait Implementations§
impl<Atomic> Freeze for InvalidDeduction<Atomic>
impl<Atomic> RefUnwindSafe for InvalidDeduction<Atomic>where
Atomic: RefUnwindSafe,
impl<Atomic> Send for InvalidDeduction<Atomic>where
Atomic: Send,
impl<Atomic> Sync for InvalidDeduction<Atomic>where
Atomic: Sync,
impl<Atomic> Unpin for InvalidDeduction<Atomic>where
Atomic: Unpin,
impl<Atomic> UnsafeUnpin for InvalidDeduction<Atomic>
impl<Atomic> UnwindSafe for InvalidDeduction<Atomic>where
Atomic: UnwindSafe,
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