pub struct TalentPointSummary {
pub total_points: i32,
pub class_points: i32,
pub spec_points: i32,
pub hero_points: i32,
}Expand description
Point totals broken down by tree section.
Fields§
§total_points: i32§class_points: i32§spec_points: i32§hero_points: i32Trait Implementations§
Source§impl Clone for TalentPointSummary
impl Clone for TalentPointSummary
Source§fn clone(&self) -> TalentPointSummary
fn clone(&self) -> TalentPointSummary
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 TalentPointSummary
impl Debug for TalentPointSummary
Auto Trait Implementations§
impl Freeze for TalentPointSummary
impl RefUnwindSafe for TalentPointSummary
impl Send for TalentPointSummary
impl Sync for TalentPointSummary
impl Unpin for TalentPointSummary
impl UnsafeUnpin for TalentPointSummary
impl UnwindSafe for TalentPointSummary
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