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