pub enum SquatExerciseName {
Show 102 variants
LegPress,
BackSquatWithBodyBar,
BackSquats,
WeightedBackSquats,
BalancingSquat,
WeightedBalancingSquat,
BarbellBackSquat,
BarbellBoxSquat,
BarbellFrontSquat,
BarbellHackSquat,
BarbellHangSquatSnatch,
BarbellLateralStepUp,
BarbellQuarterSquat,
BarbellSiffSquat,
BarbellSquatSnatch,
BarbellSquatWithHeelsRaised,
BarbellStepover,
BarbellStepUp,
BenchSquatWithRotationalChop,
WeightedBenchSquatWithRotationalChop,
BodyWeightWallSquat,
WeightedWallSquat,
BoxStepSquat,
WeightedBoxStepSquat,
BracedSquat,
CrossedArmBarbellFrontSquat,
CrossoverDumbbellStepUp,
DumbbellFrontSquat,
DumbbellSplitSquat,
DumbbellSquat,
DumbbellSquatClean,
DumbbellStepover,
DumbbellStepUp,
ElevatedSingleLegSquat,
WeightedElevatedSingleLegSquat,
FigureFourSquats,
WeightedFigureFourSquats,
GobletSquat,
KettlebellSquat,
KettlebellSwingOverhead,
KettlebellSwingWithFlipToSquat,
LateralDumbbellStepUp,
OneLeggedSquat,
OverheadDumbbellSquat,
OverheadSquat,
PartialSingleLegSquat,
WeightedPartialSingleLegSquat,
PistolSquat,
WeightedPistolSquat,
PlieSlides,
WeightedPlieSlides,
PlieSquat,
WeightedPlieSquat,
PrisonerSquat,
WeightedPrisonerSquat,
SingleLegBenchGetUp,
WeightedSingleLegBenchGetUp,
SingleLegBenchSquat,
WeightedSingleLegBenchSquat,
SingleLegSquatOnSwissBall,
WeightedSingleLegSquatOnSwissBall,
Squat,
WeightedSquat,
SquatsWithBand,
StaggeredSquat,
WeightedStaggeredSquat,
StepUp,
WeightedStepUp,
SuitcaseSquats,
SumoSquat,
SumoSquatSlideIn,
WeightedSumoSquatSlideIn,
SumoSquatToHighPull,
SumoSquatToStand,
WeightedSumoSquatToStand,
SumoSquatWithRotation,
WeightedSumoSquatWithRotation,
SwissBallBodyWeightWallSquat,
WeightedSwissBallWallSquat,
Thrusters,
UnevenSquat,
WeightedUnevenSquat,
WaistSlimmingSquat,
WallBall,
WideStanceBarbellSquat,
WideStanceGobletSquat,
ZercherSquat,
KbsOverhead,
SquatAndSideKick,
SquatJumpsInNOut,
PilatesPlieSquatsParallelTurnedOutFlatAndHeels,
ReleveStraightLegAndKneeBentWithOneLegVariation,
AlternatingBoxDumbbellStepUps,
DumbbellOverheadSquatSingleArm,
DumbbellSquatSnatch,
MedicineBallSquat,
WallBallSquatAndPress,
SquatAmericanSwing,
AirSquat,
DumbbellThrusters,
OverheadBarbellSquat,
Value(u16),
}Variants§
LegPress
BackSquatWithBodyBar
BackSquats
WeightedBackSquats
BalancingSquat
WeightedBalancingSquat
BarbellBackSquat
BarbellBoxSquat
BarbellFrontSquat
BarbellHackSquat
BarbellHangSquatSnatch
BarbellLateralStepUp
BarbellQuarterSquat
BarbellSiffSquat
BarbellSquatSnatch
BarbellSquatWithHeelsRaised
BarbellStepover
BarbellStepUp
BenchSquatWithRotationalChop
WeightedBenchSquatWithRotationalChop
BodyWeightWallSquat
WeightedWallSquat
BoxStepSquat
WeightedBoxStepSquat
BracedSquat
CrossedArmBarbellFrontSquat
CrossoverDumbbellStepUp
DumbbellFrontSquat
DumbbellSplitSquat
DumbbellSquat
DumbbellSquatClean
DumbbellStepover
DumbbellStepUp
ElevatedSingleLegSquat
WeightedElevatedSingleLegSquat
FigureFourSquats
WeightedFigureFourSquats
GobletSquat
KettlebellSquat
KettlebellSwingOverhead
KettlebellSwingWithFlipToSquat
LateralDumbbellStepUp
OneLeggedSquat
OverheadDumbbellSquat
OverheadSquat
PartialSingleLegSquat
WeightedPartialSingleLegSquat
PistolSquat
WeightedPistolSquat
PlieSlides
WeightedPlieSlides
PlieSquat
WeightedPlieSquat
PrisonerSquat
WeightedPrisonerSquat
SingleLegBenchGetUp
WeightedSingleLegBenchGetUp
SingleLegBenchSquat
WeightedSingleLegBenchSquat
SingleLegSquatOnSwissBall
WeightedSingleLegSquatOnSwissBall
Squat
WeightedSquat
SquatsWithBand
StaggeredSquat
WeightedStaggeredSquat
StepUp
WeightedStepUp
SuitcaseSquats
SumoSquat
SumoSquatSlideIn
WeightedSumoSquatSlideIn
SumoSquatToHighPull
SumoSquatToStand
WeightedSumoSquatToStand
SumoSquatWithRotation
WeightedSumoSquatWithRotation
SwissBallBodyWeightWallSquat
WeightedSwissBallWallSquat
Thrusters
UnevenSquat
WeightedUnevenSquat
WaistSlimmingSquat
WallBall
WideStanceBarbellSquat
WideStanceGobletSquat
ZercherSquat
KbsOverhead
Deprecated do not use
SquatAndSideKick
SquatJumpsInNOut
PilatesPlieSquatsParallelTurnedOutFlatAndHeels
ReleveStraightLegAndKneeBentWithOneLegVariation
AlternatingBoxDumbbellStepUps
DumbbellOverheadSquatSingleArm
DumbbellSquatSnatch
MedicineBallSquat
WallBallSquatAndPress
SquatAmericanSwing
AirSquat
DumbbellThrusters
OverheadBarbellSquat
Value(u16)
Implementations§
Trait Implementations§
Source§impl Clone for SquatExerciseName
impl Clone for SquatExerciseName
Source§fn clone(&self) -> SquatExerciseName
fn clone(&self) -> SquatExerciseName
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 SquatExerciseName
impl Debug for SquatExerciseName
Source§impl Display for SquatExerciseName
impl Display for SquatExerciseName
Source§impl From<&str> for SquatExerciseName
impl From<&str> for SquatExerciseName
Source§impl From<i64> for SquatExerciseName
impl From<i64> for SquatExerciseName
Source§impl From<u16> for SquatExerciseName
impl From<u16> for SquatExerciseName
Source§impl Hash for SquatExerciseName
impl Hash for SquatExerciseName
Source§impl Ord for SquatExerciseName
impl Ord for SquatExerciseName
Source§fn cmp(&self, other: &SquatExerciseName) -> Ordering
fn cmp(&self, other: &SquatExerciseName) -> 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 SquatExerciseName
impl PartialEq for SquatExerciseName
Source§impl PartialOrd for SquatExerciseName
impl PartialOrd for SquatExerciseName
Source§impl Serialize for SquatExerciseName
impl Serialize for SquatExerciseName
impl Copy for SquatExerciseName
impl Eq for SquatExerciseName
impl StructuralPartialEq for SquatExerciseName
Auto Trait Implementations§
impl Freeze for SquatExerciseName
impl RefUnwindSafe for SquatExerciseName
impl Send for SquatExerciseName
impl Sync for SquatExerciseName
impl Unpin for SquatExerciseName
impl UnwindSafe for SquatExerciseName
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