Struct chalk_ir::Floundered
source · pub struct Floundered;
Expand description
Indicates that the complete set of program clauses for this goal cannot be enumerated.
Auto Trait Implementations§
impl Freeze for Floundered
impl RefUnwindSafe for Floundered
impl Send for Floundered
impl Sync for Floundered
impl Unpin for Floundered
impl UnwindSafe for Floundered
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