pub struct OnPreGhostUpgraded;Expand description
Called before a ghost entity is upgraded.
Implementations§
Trait Implementations§
Source§impl Clone for OnPreGhostUpgraded
impl Clone for OnPreGhostUpgraded
Source§fn clone(&self) -> OnPreGhostUpgraded
fn clone(&self) -> OnPreGhostUpgraded
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 OnPreGhostUpgraded
Source§impl Debug for OnPreGhostUpgraded
impl Debug for OnPreGhostUpgraded
impl Eq for OnPreGhostUpgraded
Source§impl PartialEq for OnPreGhostUpgraded
impl PartialEq for OnPreGhostUpgraded
impl StructuralPartialEq for OnPreGhostUpgraded
Auto Trait Implementations§
impl Freeze for OnPreGhostUpgraded
impl RefUnwindSafe for OnPreGhostUpgraded
impl Send for OnPreGhostUpgraded
impl Sync for OnPreGhostUpgraded
impl Unpin for OnPreGhostUpgraded
impl UnsafeUnpin for OnPreGhostUpgraded
impl UnwindSafe for OnPreGhostUpgraded
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