pub struct GoalFailedEvent {
pub state: GoalState,
}Expand description
Event triggered when a goal cannot be solved.
Fields§
§state: GoalStateTrait Implementations§
Source§impl Clone for GoalFailedEvent
impl Clone for GoalFailedEvent
Source§fn clone(&self) -> GoalFailedEvent
fn clone(&self) -> GoalFailedEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GoalFailedEvent
impl Debug for GoalFailedEvent
Source§impl SolverEvent for GoalFailedEvent
impl SolverEvent for GoalFailedEvent
Auto Trait Implementations§
impl Freeze for GoalFailedEvent
impl RefUnwindSafe for GoalFailedEvent
impl Send for GoalFailedEvent
impl Sync for GoalFailedEvent
impl Unpin for GoalFailedEvent
impl UnwindSafe for GoalFailedEvent
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