pub enum SquatExerciseName {
Show 88 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, Unknown,
}

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

Unknown

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.