pub struct BaseProfessionRatingsFlat {
pub profession: String,
pub inspiration_craft_crit: f64,
pub resourcefulness_reagent_reduction: f64,
pub finesse_gather_extra: f64,
pub deftness_gather_time_decrease: f64,
pub perception_gather_discover: f64,
pub craft_speed_time_decrease: f64,
pub multicraft_craft_extra: f64,
pub unused_was_finesse_gather_time_increase: f64,
pub unused_was_perception_gather_range: f64,
}Fields§
§profession: String§inspiration_craft_crit: f64§resourcefulness_reagent_reduction: f64§finesse_gather_extra: f64§deftness_gather_time_decrease: f64§perception_gather_discover: f64§craft_speed_time_decrease: f64§multicraft_craft_extra: f64§unused_was_finesse_gather_time_increase: f64§unused_was_perception_gather_range: f64Trait Implementations§
Source§impl Clone for BaseProfessionRatingsFlat
impl Clone for BaseProfessionRatingsFlat
Source§fn clone(&self) -> BaseProfessionRatingsFlat
fn clone(&self) -> BaseProfessionRatingsFlat
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 BaseProfessionRatingsFlat
impl Debug for BaseProfessionRatingsFlat
Source§impl<'de> Deserialize<'de> for BaseProfessionRatingsFlat
impl<'de> Deserialize<'de> for BaseProfessionRatingsFlat
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 BaseProfessionRatingsFlat
impl RefUnwindSafe for BaseProfessionRatingsFlat
impl Send for BaseProfessionRatingsFlat
impl Sync for BaseProfessionRatingsFlat
impl Unpin for BaseProfessionRatingsFlat
impl UnsafeUnpin for BaseProfessionRatingsFlat
impl UnwindSafe for BaseProfessionRatingsFlat
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