pub struct WorkerGiveOption {
pub item_instance_id: Uuid,
pub label: String,
pub quantity: u32,
pub template_id: String,
}Expand description
One giveable stack in the workers-menu give picker.
Fields§
§item_instance_id: Uuid§label: String§quantity: u32§template_id: StringTrait Implementations§
Source§impl Clone for WorkerGiveOption
impl Clone for WorkerGiveOption
Source§fn clone(&self) -> WorkerGiveOption
fn clone(&self) -> WorkerGiveOption
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 moreAuto Trait Implementations§
impl Freeze for WorkerGiveOption
impl RefUnwindSafe for WorkerGiveOption
impl Send for WorkerGiveOption
impl Sync for WorkerGiveOption
impl Unpin for WorkerGiveOption
impl UnsafeUnpin for WorkerGiveOption
impl UnwindSafe for WorkerGiveOption
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