Struct assembly_xml::obj::inv::ItemExtra
source · pub struct ItemExtra {
pub attr_b: Option<String>,
pub module_assembly: String,
pub attr_ub: Option<String>,
pub attr_ud: Option<String>,
pub attr_ui: Option<String>,
pub attr_um: Option<String>,
pub attr_un: Option<String>,
pub attr_uo: Option<String>,
pub attr_up: Option<String>,
}
Expand description
Extra item information
Fields§
§attr_b: Option<String>
§module_assembly: String
Module Assembly
attr_ub: Option<String>
§attr_ud: Option<String>
§attr_ui: Option<String>
§attr_um: Option<String>
§attr_un: Option<String>
UGC name?
attr_uo: Option<String>
§attr_up: Option<String>
Trait Implementations§
source§impl<'de> Deserialize<'de> for ItemExtra
impl<'de> Deserialize<'de> for ItemExtra
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 ItemExtra
impl StructuralPartialEq for ItemExtra
Auto Trait Implementations§
impl Freeze for ItemExtra
impl RefUnwindSafe for ItemExtra
impl Send for ItemExtra
impl Sync for ItemExtra
impl Unpin for ItemExtra
impl UnwindSafe for ItemExtra
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