pub struct OnCancelledDeconstruction;Expand description
Called when the deconstruction of an entity is canceled.
Implementations§
Trait Implementations§
Source§impl Clone for OnCancelledDeconstruction
impl Clone for OnCancelledDeconstruction
Source§fn clone(&self) -> OnCancelledDeconstruction
fn clone(&self) -> OnCancelledDeconstruction
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 OnCancelledDeconstruction
Source§impl Debug for OnCancelledDeconstruction
impl Debug for OnCancelledDeconstruction
impl Eq for OnCancelledDeconstruction
impl StructuralPartialEq for OnCancelledDeconstruction
Auto Trait Implementations§
impl Freeze for OnCancelledDeconstruction
impl RefUnwindSafe for OnCancelledDeconstruction
impl Send for OnCancelledDeconstruction
impl Sync for OnCancelledDeconstruction
impl Unpin for OnCancelledDeconstruction
impl UnsafeUnpin for OnCancelledDeconstruction
impl UnwindSafe for OnCancelledDeconstruction
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