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