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