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