pub struct StatPreset;Implementations§
Source§impl StatPreset
impl StatPreset
pub fn for_class(class: ClassArchetype, level: u32) -> StatSheet
pub fn growth_for(class: ClassArchetype) -> StatGrowth
Auto Trait Implementations§
impl Freeze for StatPreset
impl RefUnwindSafe for StatPreset
impl Send for StatPreset
impl Sync for StatPreset
impl Unpin for StatPreset
impl UnsafeUnpin for StatPreset
impl UnwindSafe for StatPreset
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