pub enum PullUpExerciseName {
Show 47 variants
BandedPullUps,
Name30DegreeLatPulldown,
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,
ChinUp,
NeutralGripChinUp,
WeightedChinUp,
BandAssistedPullUp,
NeutralGripPullUp,
WeightedNeutralGripChinUp,
WeightedNeutralGripPullUp,
Value(u16),
}Variants§
BandedPullUps
Name30DegreeLatPulldown
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
ChinUp
NeutralGripChinUp
WeightedChinUp
BandAssistedPullUp
NeutralGripPullUp
WeightedNeutralGripChinUp
WeightedNeutralGripPullUp
Value(u16)
Implementations§
Trait Implementations§
Source§impl Clone for PullUpExerciseName
impl Clone for PullUpExerciseName
Source§fn clone(&self) -> PullUpExerciseName
fn clone(&self) -> PullUpExerciseName
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 PullUpExerciseName
impl Debug for PullUpExerciseName
Source§impl Display for PullUpExerciseName
impl Display for PullUpExerciseName
Source§impl From<&str> for PullUpExerciseName
impl From<&str> for PullUpExerciseName
Source§impl From<i64> for PullUpExerciseName
impl From<i64> for PullUpExerciseName
Source§impl From<u16> for PullUpExerciseName
impl From<u16> for PullUpExerciseName
Source§impl Hash for PullUpExerciseName
impl Hash for PullUpExerciseName
Source§impl Ord for PullUpExerciseName
impl Ord for PullUpExerciseName
Source§fn cmp(&self, other: &PullUpExerciseName) -> Ordering
fn cmp(&self, other: &PullUpExerciseName) -> 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 PullUpExerciseName
impl PartialEq for PullUpExerciseName
Source§impl PartialOrd for PullUpExerciseName
impl PartialOrd for PullUpExerciseName
Source§impl Serialize for PullUpExerciseName
impl Serialize for PullUpExerciseName
impl Copy for PullUpExerciseName
impl Eq for PullUpExerciseName
impl StructuralPartialEq for PullUpExerciseName
Auto Trait Implementations§
impl Freeze for PullUpExerciseName
impl RefUnwindSafe for PullUpExerciseName
impl Send for PullUpExerciseName
impl Sync for PullUpExerciseName
impl Unpin for PullUpExerciseName
impl UnwindSafe for PullUpExerciseName
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