pub struct OnCargoPodFinishedAscending;Expand description
Called when a cargo pod departs a surface.
Implementations§
Trait Implementations§
Source§impl Clone for OnCargoPodFinishedAscending
impl Clone for OnCargoPodFinishedAscending
Source§fn clone(&self) -> OnCargoPodFinishedAscending
fn clone(&self) -> OnCargoPodFinishedAscending
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 OnCargoPodFinishedAscending
Source§impl Debug for OnCargoPodFinishedAscending
impl Debug for OnCargoPodFinishedAscending
impl Eq for OnCargoPodFinishedAscending
impl StructuralPartialEq for OnCargoPodFinishedAscending
Auto Trait Implementations§
impl Freeze for OnCargoPodFinishedAscending
impl RefUnwindSafe for OnCargoPodFinishedAscending
impl Send for OnCargoPodFinishedAscending
impl Sync for OnCargoPodFinishedAscending
impl Unpin for OnCargoPodFinishedAscending
impl UnsafeUnpin for OnCargoPodFinishedAscending
impl UnwindSafe for OnCargoPodFinishedAscending
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