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