pub struct GoalState { /* private fields */ }Expand description
Shared state for one goal-driven loop.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for GoalState
impl RefUnwindSafe for GoalState
impl Send for GoalState
impl Sync for GoalState
impl Unpin for GoalState
impl UnsafeUnpin for GoalState
impl UnwindSafe for GoalState
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