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