pub struct OnUnitGroupFinishedGatheringEvent {
pub group: LuaCommandable,
pub name: &'static str,
pub tick: u32,
}Expand description
Called when a unit group finishes gathering and starts executing its command.
Fields§
§group: LuaCommandable§name: &'static str§tick: u32Trait Implementations§
Source§impl Clone for OnUnitGroupFinishedGatheringEvent
impl Clone for OnUnitGroupFinishedGatheringEvent
Source§fn clone(&self) -> OnUnitGroupFinishedGatheringEvent
fn clone(&self) -> OnUnitGroupFinishedGatheringEvent
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 OnUnitGroupFinishedGatheringEvent
Source§impl Default for OnUnitGroupFinishedGatheringEvent
impl Default for OnUnitGroupFinishedGatheringEvent
Source§fn default() -> OnUnitGroupFinishedGatheringEvent
fn default() -> OnUnitGroupFinishedGatheringEvent
Returns the “default value” for a type. Read more
impl StructuralPartialEq for OnUnitGroupFinishedGatheringEvent
Auto Trait Implementations§
impl Freeze for OnUnitGroupFinishedGatheringEvent
impl RefUnwindSafe for OnUnitGroupFinishedGatheringEvent
impl Send for OnUnitGroupFinishedGatheringEvent
impl Sync for OnUnitGroupFinishedGatheringEvent
impl Unpin for OnUnitGroupFinishedGatheringEvent
impl UnsafeUnpin for OnUnitGroupFinishedGatheringEvent
impl UnwindSafe for OnUnitGroupFinishedGatheringEvent
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