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