pub struct StatGrowth {
pub growths: HashMap<StatKind, f32>,
}Fields§
§growths: HashMap<StatKind, f32>Implementations§
Trait Implementations§
Source§impl Clone for StatGrowth
impl Clone for StatGrowth
Source§fn clone(&self) -> StatGrowth
fn clone(&self) -> StatGrowth
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 StatGrowth
impl Debug for StatGrowth
Auto Trait Implementations§
impl Freeze for StatGrowth
impl RefUnwindSafe for StatGrowth
impl Send for StatGrowth
impl Sync for StatGrowth
impl Unpin for StatGrowth
impl UnsafeUnpin for StatGrowth
impl UnwindSafe for StatGrowth
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