pub struct StoragePickOption {
pub item_instance_id: Uuid,
pub label: String,
pub quantity: u32,
}Expand description
One selectable stack in a storage store/take/ship picker.
Fields§
§item_instance_id: Uuid§label: String§quantity: u32Trait Implementations§
Source§impl Clone for StoragePickOption
impl Clone for StoragePickOption
Source§fn clone(&self) -> StoragePickOption
fn clone(&self) -> StoragePickOption
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 StoragePickOption
impl RefUnwindSafe for StoragePickOption
impl Send for StoragePickOption
impl Sync for StoragePickOption
impl Unpin for StoragePickOption
impl UnsafeUnpin for StoragePickOption
impl UnwindSafe for StoragePickOption
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