pub struct ExecutingGoalHandle<G> { /* private fields */ }
Expand description
See NewGoalHandle
Implementations§
Trait Implementations§
Source§impl<G: Clone> Clone for ExecutingGoalHandle<G>
impl<G: Clone> Clone for ExecutingGoalHandle<G>
Source§fn clone(&self) -> ExecutingGoalHandle<G>
fn clone(&self) -> ExecutingGoalHandle<G>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl<G: Copy> Copy for ExecutingGoalHandle<G>
Auto Trait Implementations§
impl<G> Freeze for ExecutingGoalHandle<G>
impl<G> RefUnwindSafe for ExecutingGoalHandle<G>where
G: RefUnwindSafe,
impl<G> Send for ExecutingGoalHandle<G>where
G: Send,
impl<G> Sync for ExecutingGoalHandle<G>where
G: Sync,
impl<G> Unpin for ExecutingGoalHandle<G>where
G: Unpin,
impl<G> UnwindSafe for ExecutingGoalHandle<G>where
G: UnwindSafe,
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