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