pub struct OnRocketLaunched;Expand description
Called when a rocket finishes ascending. (Triggers listening for finished rocket launch past 2.0 have been moved to ‘on_cargo_pod_finished_ascending’ as rocket and cargo pod are two separate entities)
Implementations§
Trait Implementations§
Source§impl Clone for OnRocketLaunched
impl Clone for OnRocketLaunched
Source§fn clone(&self) -> OnRocketLaunched
fn clone(&self) -> OnRocketLaunched
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 OnRocketLaunched
Source§impl Debug for OnRocketLaunched
impl Debug for OnRocketLaunched
impl Eq for OnRocketLaunched
Source§impl PartialEq for OnRocketLaunched
impl PartialEq for OnRocketLaunched
impl StructuralPartialEq for OnRocketLaunched
Auto Trait Implementations§
impl Freeze for OnRocketLaunched
impl RefUnwindSafe for OnRocketLaunched
impl Send for OnRocketLaunched
impl Sync for OnRocketLaunched
impl Unpin for OnRocketLaunched
impl UnsafeUnpin for OnRocketLaunched
impl UnwindSafe for OnRocketLaunched
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