pub enum PullUpExerciseName {
Show 40 variants BandedPullUps, ThirtyDegreeLatPulldown, BandAssistedChinUp, CloseGripChinUp, WeightedCloseGripChinUp, CloseGripLatPulldown, CrossoverChinUp, WeightedCrossoverChinUp, EzBarPullover, HangingHurdle, WeightedHangingHurdle, KneelingLatPulldown, KneelingUnderhandGripLatPulldown, LatPulldown, MixedGripChinUp, WeightedMixedGripChinUp, MixedGripPullUp, WeightedMixedGripPullUp, ReverseGripPulldown, StandingCablePullover, StraightArmPulldown, SwissBallEzBarPullover, TowelPullUp, WeightedTowelPullUp, WeightedPullUp, WideGripLatPulldown, WideGripPullUp, WeightedWideGripPullUp, BurpeePullUp, WeightedBurpeePullUp, JumpingPullUps, WeightedJumpingPullUps, KippingPullUp, WeightedKippingPullUp, LPullUp, WeightedLPullUp, SuspendedChinUp, WeightedSuspendedChinUp, PullUp, Unknown,
}

Variants

BandedPullUps

ThirtyDegreeLatPulldown

BandAssistedChinUp

CloseGripChinUp

WeightedCloseGripChinUp

CloseGripLatPulldown

CrossoverChinUp

WeightedCrossoverChinUp

EzBarPullover

HangingHurdle

WeightedHangingHurdle

KneelingLatPulldown

KneelingUnderhandGripLatPulldown

LatPulldown

MixedGripChinUp

WeightedMixedGripChinUp

MixedGripPullUp

WeightedMixedGripPullUp

ReverseGripPulldown

StandingCablePullover

StraightArmPulldown

SwissBallEzBarPullover

TowelPullUp

WeightedTowelPullUp

WeightedPullUp

WideGripLatPulldown

WideGripPullUp

WeightedWideGripPullUp

BurpeePullUp

WeightedBurpeePullUp

JumpingPullUps

WeightedJumpingPullUps

KippingPullUp

WeightedKippingPullUp

LPullUp

WeightedLPullUp

SuspendedChinUp

WeightedSuspendedChinUp

PullUp

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.