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