pub struct OnUnitGroupFinishedGathering;Expand description
Called when a unit group finishes gathering and starts executing its command.
Implementations§
Trait Implementations§
Source§impl Clone for OnUnitGroupFinishedGathering
impl Clone for OnUnitGroupFinishedGathering
Source§fn clone(&self) -> OnUnitGroupFinishedGathering
fn clone(&self) -> OnUnitGroupFinishedGathering
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnUnitGroupFinishedGathering
Source§impl Debug for OnUnitGroupFinishedGathering
impl Debug for OnUnitGroupFinishedGathering
impl Eq for OnUnitGroupFinishedGathering
impl StructuralPartialEq for OnUnitGroupFinishedGathering
Auto Trait Implementations§
impl Freeze for OnUnitGroupFinishedGathering
impl RefUnwindSafe for OnUnitGroupFinishedGathering
impl Send for OnUnitGroupFinishedGathering
impl Sync for OnUnitGroupFinishedGathering
impl Unpin for OnUnitGroupFinishedGathering
impl UnsafeUnpin for OnUnitGroupFinishedGathering
impl UnwindSafe for OnUnitGroupFinishedGathering
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