pub struct RankedStats { /* private fields */ }Implementations§
Source§impl RankedStats
impl RankedStats
pub fn name(&self) -> &String
pub fn brawlhalla_id(&self) -> u64
pub fn rating(&self) -> u64
pub fn peak_rating(&self) -> u64
pub fn tier(&self) -> &String
pub fn wins(&self) -> u64
pub fn games(&self) -> u64
pub fn region(&self) -> &String
pub fn global_rank(&self) -> u64
pub fn region_rank(&self) -> u64
pub fn legends(&self) -> &Vec<RankedLegend>
pub fn _2v2(&self) -> &HashMap<String, Vec<RankedDuo>>
Trait Implementations§
Source§impl Debug for RankedStats
impl Debug for RankedStats
Source§impl<'de> Deserialize<'de> for RankedStats
impl<'de> Deserialize<'de> for RankedStats
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 RankedStats
impl RefUnwindSafe for RankedStats
impl Send for RankedStats
impl Sync for RankedStats
impl Unpin for RankedStats
impl UnsafeUnpin for RankedStats
impl UnwindSafe for RankedStats
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