pub struct OnAiCommandCompleted;Expand description
Called when a unit/group completes a command.
Implementations§
Trait Implementations§
Source§impl Clone for OnAiCommandCompleted
impl Clone for OnAiCommandCompleted
Source§fn clone(&self) -> OnAiCommandCompleted
fn clone(&self) -> OnAiCommandCompleted
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 OnAiCommandCompleted
Source§impl Debug for OnAiCommandCompleted
impl Debug for OnAiCommandCompleted
impl Eq for OnAiCommandCompleted
Source§impl PartialEq for OnAiCommandCompleted
impl PartialEq for OnAiCommandCompleted
impl StructuralPartialEq for OnAiCommandCompleted
Auto Trait Implementations§
impl Freeze for OnAiCommandCompleted
impl RefUnwindSafe for OnAiCommandCompleted
impl Send for OnAiCommandCompleted
impl Sync for OnAiCommandCompleted
impl Unpin for OnAiCommandCompleted
impl UnsafeUnpin for OnAiCommandCompleted
impl UnwindSafe for OnAiCommandCompleted
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