Struct convey_rs::property::InventoryItem
source · pub struct InventoryItem {
pub unk_int_1: i32,
pub item_name: String,
pub level_name: String,
pub path_name: String,
}Fields§
§unk_int_1: i32§item_name: String§level_name: String§path_name: StringTrait Implementations§
source§impl Clone for InventoryItem
impl Clone for InventoryItem
source§fn clone(&self) -> InventoryItem
fn clone(&self) -> InventoryItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for InventoryItem
impl Debug for InventoryItem
source§impl Default for InventoryItem
impl Default for InventoryItem
source§fn default() -> InventoryItem
fn default() -> InventoryItem
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InventoryItem
impl<'de> Deserialize<'de> for InventoryItem
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
Auto Trait Implementations§
impl Freeze for InventoryItem
impl RefUnwindSafe for InventoryItem
impl Send for InventoryItem
impl Sync for InventoryItem
impl Unpin for InventoryItem
impl UnwindSafe for InventoryItem
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