Struct assembly_xml::obj::inv::Inventory
source · pub struct Inventory {
pub consumable_slot_lot: i32,
pub bag: Bags,
pub grps: Vec<Group>,
pub items: Items,
}
Expand description
Data for the Inventory
component
Fields§
§consumable_slot_lot: i32
LOT of the item in the consumable slot
bag: Bags
Inventory ‘Bags’
grps: Vec<Group>
Groups
items: Items
Items
Trait Implementations§
source§impl<'de> Deserialize<'de> for Inventory
impl<'de> Deserialize<'de> for Inventory
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Inventory
impl StructuralPartialEq for Inventory
Auto Trait Implementations§
impl Freeze for Inventory
impl RefUnwindSafe for Inventory
impl Send for Inventory
impl Sync for Inventory
impl Unpin for Inventory
impl UnwindSafe for Inventory
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