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