pub struct ItemGroupIlvlScalingEntry {
pub id: i32,
pub currency_type_id: i32,
pub item_id: i32,
pub cost_scaling: f32,
pub flags: i32,
pub player_condition_id: i32,
pub conditional_cost_scaling: f32,
pub item_group_ilvl_scaling_id: i32,
}Fields§
§id: i32§currency_type_id: i32§item_id: i32§cost_scaling: f32§flags: i32§player_condition_id: i32§conditional_cost_scaling: f32§item_group_ilvl_scaling_id: i32Trait Implementations§
Source§impl Clone for ItemGroupIlvlScalingEntry
impl Clone for ItemGroupIlvlScalingEntry
Source§fn clone(&self) -> ItemGroupIlvlScalingEntry
fn clone(&self) -> ItemGroupIlvlScalingEntry
Returns a duplicate 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 ItemGroupIlvlScalingEntry
impl Debug for ItemGroupIlvlScalingEntry
Source§impl Default for ItemGroupIlvlScalingEntry
impl Default for ItemGroupIlvlScalingEntry
Source§fn default() -> ItemGroupIlvlScalingEntry
fn default() -> ItemGroupIlvlScalingEntry
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ItemGroupIlvlScalingEntry
impl<'de> Deserialize<'de> for ItemGroupIlvlScalingEntry
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 ItemGroupIlvlScalingEntry
impl RefUnwindSafe for ItemGroupIlvlScalingEntry
impl Send for ItemGroupIlvlScalingEntry
impl Sync for ItemGroupIlvlScalingEntry
impl Unpin for ItemGroupIlvlScalingEntry
impl UnsafeUnpin for ItemGroupIlvlScalingEntry
impl UnwindSafe for ItemGroupIlvlScalingEntry
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