Struct r6stats::types::search_data::ProgressionStats
source · pub struct ProgressionStats {
pub level: u32,
pub lootbox_probability: u32,
pub total_xp: u64,
pub unknown: HashMap<String, Value>,
}
Fields§
§level: u32
§lootbox_probability: u32
§total_xp: u64
§unknown: HashMap<String, Value>
Trait Implementations§
source§impl Debug for ProgressionStats
impl Debug for ProgressionStats
source§impl<'de> Deserialize<'de> for ProgressionStats
impl<'de> Deserialize<'de> for ProgressionStats
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 RefUnwindSafe for ProgressionStats
impl Send for ProgressionStats
impl Sync for ProgressionStats
impl Unpin for ProgressionStats
impl UnwindSafe for ProgressionStats
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