pub struct ModelMod {Show 18 fields
pub name: Option<String>,
pub unique_name: Option<String>,
pub patchlogs: Option<Vec<Patchlog>>,
pub components: Option<Box<Item>>,
pub description: Option<String>,
pub _type: Option<String>,
pub tradable: Option<bool>,
pub introduced: Option<Box<Introduced>>,
pub category: Option<String>,
pub product_category: Option<String>,
pub image_name: Option<String>,
pub estimated_vault_date: Option<String>,
pub base_drain: Option<i32>,
pub compat_name: Option<String>,
pub fusion_limit: Option<i32>,
pub level_stats: Option<Vec<ModAllOfLevelStats>>,
pub polarity: Option<Polarity>,
pub transmutable: Option<bool>,
}Fields§
§name: Option<String>§unique_name: Option<String>§patchlogs: Option<Vec<Patchlog>>§components: Option<Box<Item>>§description: Option<String>§_type: Option<String>§tradable: Option<bool>§introduced: Option<Box<Introduced>>§category: Option<String>§product_category: Option<String>§image_name: Option<String>Image name, accessible at https://cdn.warframestat.us/img/{imageName}
estimated_vault_date: Option<String>§base_drain: Option<i32>§compat_name: Option<String>§fusion_limit: Option<i32>§level_stats: Option<Vec<ModAllOfLevelStats>>§polarity: Option<Polarity>§transmutable: Option<bool>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ModelMod
impl<'de> Deserialize<'de> for ModelMod
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 StructuralPartialEq for ModelMod
Auto Trait Implementations§
impl Freeze for ModelMod
impl RefUnwindSafe for ModelMod
impl Send for ModelMod
impl Sync for ModelMod
impl Unpin for ModelMod
impl UnwindSafe for ModelMod
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