pub enum SitUpExerciseName {
Show 42 variants
AlternatingSitUp,
WeightedAlternatingSitUp,
BentKneeVUp,
WeightedBentKneeVUp,
ButterflySitUp,
WeightedButterflySitup,
CrossPunchRollUp,
WeightedCrossPunchRollUp,
CrossedArmsSitUp,
WeightedCrossedArmsSitUp,
GetUpSitUp,
WeightedGetUpSitUp,
HoveringSitUp,
WeightedHoveringSitUp,
KettlebellSitUp,
MedicineBallAlternatingVUp,
MedicineBallSitUp,
MedicineBallVUp,
ModifiedSitUp,
NegativeSitUp,
OneArmFullSitUp,
RecliningCircle,
WeightedRecliningCircle,
ReverseCurlUp,
WeightedReverseCurlUp,
SingleLegSwissBallJackknife,
WeightedSingleLegSwissBallJackknife,
TheTeaser,
TheTeaserWeighted,
ThreePartRollDown,
WeightedThreePartRollDown,
VUp,
WeightedVUp,
WeightedRussianTwistOnSwissBall,
WeightedSitUp,
XAbs,
WeightedXAbs,
SitUp,
GhdSitUps,
SitUpTurkishGetUp,
RussianTwistOnSwissBall,
Value(u16),
}Variants§
AlternatingSitUp
WeightedAlternatingSitUp
BentKneeVUp
WeightedBentKneeVUp
ButterflySitUp
WeightedButterflySitup
CrossPunchRollUp
WeightedCrossPunchRollUp
CrossedArmsSitUp
WeightedCrossedArmsSitUp
GetUpSitUp
WeightedGetUpSitUp
HoveringSitUp
WeightedHoveringSitUp
KettlebellSitUp
MedicineBallAlternatingVUp
MedicineBallSitUp
MedicineBallVUp
ModifiedSitUp
NegativeSitUp
OneArmFullSitUp
RecliningCircle
WeightedRecliningCircle
ReverseCurlUp
WeightedReverseCurlUp
SingleLegSwissBallJackknife
WeightedSingleLegSwissBallJackknife
ThreePartRollDown
WeightedThreePartRollDown
VUp
WeightedVUp
WeightedRussianTwistOnSwissBall
WeightedSitUp
XAbs
WeightedXAbs
SitUp
GhdSitUps
SitUpTurkishGetUp
RussianTwistOnSwissBall
Value(u16)
Implementations§
Trait Implementations§
Source§impl Clone for SitUpExerciseName
impl Clone for SitUpExerciseName
Source§fn clone(&self) -> SitUpExerciseName
fn clone(&self) -> SitUpExerciseName
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 SitUpExerciseName
impl Debug for SitUpExerciseName
Source§impl Display for SitUpExerciseName
impl Display for SitUpExerciseName
Source§impl From<&str> for SitUpExerciseName
impl From<&str> for SitUpExerciseName
Source§impl From<i64> for SitUpExerciseName
impl From<i64> for SitUpExerciseName
Source§impl From<u16> for SitUpExerciseName
impl From<u16> for SitUpExerciseName
Source§impl Hash for SitUpExerciseName
impl Hash for SitUpExerciseName
Source§impl Ord for SitUpExerciseName
impl Ord for SitUpExerciseName
Source§fn cmp(&self, other: &SitUpExerciseName) -> Ordering
fn cmp(&self, other: &SitUpExerciseName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SitUpExerciseName
impl PartialEq for SitUpExerciseName
Source§impl PartialOrd for SitUpExerciseName
impl PartialOrd for SitUpExerciseName
Source§impl Serialize for SitUpExerciseName
impl Serialize for SitUpExerciseName
impl Copy for SitUpExerciseName
impl Eq for SitUpExerciseName
impl StructuralPartialEq for SitUpExerciseName
Auto Trait Implementations§
impl Freeze for SitUpExerciseName
impl RefUnwindSafe for SitUpExerciseName
impl Send for SitUpExerciseName
impl Sync for SitUpExerciseName
impl Unpin for SitUpExerciseName
impl UnwindSafe for SitUpExerciseName
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