pub enum PointsSystem {
AH,
Dots,
Glossbrenner,
Goodlift,
IPFPoints,
McCulloch,
NASA,
Reshel,
SchwartzMalone,
Wilks,
Wilks2020,
Total,
}
Expand description
Enum of known powerlifting points systems, like Wilks and Glossbrenner.
Variants§
AH
Dots
Glossbrenner
Goodlift
IPFPoints
McCulloch
NASA
Reshel
SchwartzMalone
Wilks
Wilks2020
Total
Expresses that the meet doesn’t use a points system.
Trait Implementations§
Source§impl Clone for PointsSystem
impl Clone for PointsSystem
Source§fn clone(&self) -> PointsSystem
fn clone(&self) -> PointsSystem
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 PointsSystem
impl Debug for PointsSystem
Source§impl PartialEq for PointsSystem
impl PartialEq for PointsSystem
impl Copy for PointsSystem
impl StructuralPartialEq for PointsSystem
Auto Trait Implementations§
impl Freeze for PointsSystem
impl RefUnwindSafe for PointsSystem
impl Send for PointsSystem
impl Sync for PointsSystem
impl Unpin for PointsSystem
impl UnwindSafe for PointsSystem
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