pub struct WorkerRobotOrder {
pub cliff_explosive_id: LuaItemPrototype,
pub item_to_place: LuaAny,
pub secondary_target: LuaEntity,
pub target: LuaEntity,
pub target_count: u32,
pub target_item: LuaAny,
pub type: &'static str,
}Fields§
§cliff_explosive_id: LuaItemPrototype§item_to_place: LuaAny§secondary_target: LuaEntity§target: LuaEntity§target_count: u32§target_item: LuaAny§type: &'static strTrait Implementations§
Source§impl Clone for WorkerRobotOrder
impl Clone for WorkerRobotOrder
Source§fn clone(&self) -> WorkerRobotOrder
fn clone(&self) -> WorkerRobotOrder
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 WorkerRobotOrder
Source§impl Debug for WorkerRobotOrder
impl Debug for WorkerRobotOrder
Source§impl Default for WorkerRobotOrder
impl Default for WorkerRobotOrder
Source§fn default() -> WorkerRobotOrder
fn default() -> WorkerRobotOrder
Returns the “default value” for a type. Read more
Source§impl PartialEq for WorkerRobotOrder
impl PartialEq for WorkerRobotOrder
impl StructuralPartialEq for WorkerRobotOrder
Auto Trait Implementations§
impl Freeze for WorkerRobotOrder
impl RefUnwindSafe for WorkerRobotOrder
impl Send for WorkerRobotOrder
impl Sync for WorkerRobotOrder
impl Unpin for WorkerRobotOrder
impl UnsafeUnpin for WorkerRobotOrder
impl UnwindSafe for WorkerRobotOrder
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