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