pub struct TimeoutEvent {
pub state: GoalState,
}Expand description
Event triggered when the problem-solving process times out.
Fields§
§state: GoalStateTrait Implementations§
Source§impl Clone for TimeoutEvent
impl Clone for TimeoutEvent
Source§fn clone(&self) -> TimeoutEvent
fn clone(&self) -> TimeoutEvent
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 TimeoutEvent
impl Debug for TimeoutEvent
Source§impl SolverEvent for TimeoutEvent
impl SolverEvent for TimeoutEvent
Auto Trait Implementations§
impl Freeze for TimeoutEvent
impl RefUnwindSafe for TimeoutEvent
impl Send for TimeoutEvent
impl Sync for TimeoutEvent
impl Unpin for TimeoutEvent
impl UnwindSafe for TimeoutEvent
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