pub struct BlueprintInsertPlan {
pub id: LuaAny,
pub items: LuaAny,
}Expand description
Defines an item type that a blueprint entity will request.
Fields§
§id: LuaAny§items: LuaAnyTrait Implementations§
Source§impl Clone for BlueprintInsertPlan
impl Clone for BlueprintInsertPlan
Source§fn clone(&self) -> BlueprintInsertPlan
fn clone(&self) -> BlueprintInsertPlan
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 BlueprintInsertPlan
Source§impl Debug for BlueprintInsertPlan
impl Debug for BlueprintInsertPlan
Source§impl Default for BlueprintInsertPlan
impl Default for BlueprintInsertPlan
Source§fn default() -> BlueprintInsertPlan
fn default() -> BlueprintInsertPlan
Returns the “default value” for a type. Read more
Source§impl PartialEq for BlueprintInsertPlan
impl PartialEq for BlueprintInsertPlan
impl StructuralPartialEq for BlueprintInsertPlan
Auto Trait Implementations§
impl Freeze for BlueprintInsertPlan
impl RefUnwindSafe for BlueprintInsertPlan
impl Send for BlueprintInsertPlan
impl Sync for BlueprintInsertPlan
impl Unpin for BlueprintInsertPlan
impl UnsafeUnpin for BlueprintInsertPlan
impl UnwindSafe for BlueprintInsertPlan
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