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