pub struct Hiscore {Show 24 fields
pub overall: Skill,
pub attack: Skill,
pub defence: Skill,
pub strength: Skill,
pub hitpoints: Skill,
pub ranged: Skill,
pub prayer: Skill,
pub magic: Skill,
pub cooking: Skill,
pub woodcutting: Skill,
pub fletching: Skill,
pub fishing: Skill,
pub firemaking: Skill,
pub crafting: Skill,
pub smithing: Skill,
pub mining: Skill,
pub herblore: Skill,
pub agility: Skill,
pub thieving: Skill,
pub slayer: Skill,
pub farming: Skill,
pub runecraft: Skill,
pub hunter: Skill,
pub construction: Skill,
}Fields§
§overall: Skill§attack: Skill§defence: Skill§strength: Skill§hitpoints: Skill§ranged: Skill§prayer: Skill§magic: Skill§cooking: Skill§woodcutting: Skill§fletching: Skill§fishing: Skill§firemaking: Skill§crafting: Skill§smithing: Skill§mining: Skill§herblore: Skill§agility: Skill§thieving: Skill§slayer: Skill§farming: Skill§runecraft: Skill§hunter: Skill§construction: SkillTrait Implementations§
Source§impl IntoIterator for Hiscore
impl IntoIterator for Hiscore
impl Copy for Hiscore
impl StructuralPartialEq for Hiscore
Auto Trait Implementations§
impl Freeze for Hiscore
impl RefUnwindSafe for Hiscore
impl Send for Hiscore
impl Sync for Hiscore
impl Unpin for Hiscore
impl UnwindSafe for Hiscore
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Separable for Twhere
T: Display,
impl<T> Separable for Twhere
T: Display,
Source§fn separate_by_policy(&self, policy: SeparatorPolicy<'_>) -> String
fn separate_by_policy(&self, policy: SeparatorPolicy<'_>) -> String
Adds separators according to the given
SeparatorPolicy. Read moreSource§fn separate_with_commas(&self) -> String
fn separate_with_commas(&self) -> String
Inserts a comma every three digits from the right. Read more
Source§fn separate_with_spaces(&self) -> String
fn separate_with_spaces(&self) -> String
Inserts a space every three digits from the right. Read more
Source§fn separate_with_dots(&self) -> String
fn separate_with_dots(&self) -> String
Inserts a period every three digits from the right. Read more
Source§fn separate_with_underscores(&self) -> String
fn separate_with_underscores(&self) -> String
Inserts an underscore every three digits from the right. Read more