pub struct FailFast;Expand description
ProblemReceiver that fails on the first given problem.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FailFast
impl RefUnwindSafe for FailFast
impl Send for FailFast
impl Sync for FailFast
impl Unpin for FailFast
impl UnsafeUnpin for FailFast
impl UnwindSafe for FailFast
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