pub struct WorkerGivePicker {
pub worker_instance_id: String,
pub worker_label: String,
pub options: Vec<WorkerGiveOption>,
}Expand description
Give an on-person inventory stack to the selected hired worker.
Fields§
§worker_instance_id: String§worker_label: String§options: Vec<WorkerGiveOption>Trait Implementations§
Source§impl Clone for WorkerGivePicker
impl Clone for WorkerGivePicker
Source§fn clone(&self) -> WorkerGivePicker
fn clone(&self) -> WorkerGivePicker
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 WorkerGivePicker
impl RefUnwindSafe for WorkerGivePicker
impl Send for WorkerGivePicker
impl Sync for WorkerGivePicker
impl Unpin for WorkerGivePicker
impl UnsafeUnpin for WorkerGivePicker
impl UnwindSafe for WorkerGivePicker
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