#[non_exhaustive]#[repr(u16)]pub enum LateralRaiseExerciseName {
Show 41 variants
_45DegreeCableExternalRotation = 0,
AlternatingLateralRaiseWithStaticHold = 1,
BarMuscleUp = 2,
BentOverLateralRaise = 3,
CableDiagonalRaise = 4,
CableFrontRaise = 5,
CalorieRow = 6,
ComboShoulderRaise = 7,
DumbbellDiagonalRaise = 8,
DumbbellVRaise = 9,
FrontRaise = 10,
LeaningDumbbellLateralRaise = 11,
LyingDumbbellRaise = 12,
MuscleUp = 13,
OneArmCableLateralRaise = 14,
OverhandGripRearLateralRaise = 15,
PlateRaises = 16,
RingDip = 17,
WeightedRingDip = 18,
RingMuscleUp = 19,
WeightedRingMuscleUp = 20,
RopeClimb = 21,
WeightedRopeClimb = 22,
Scaption = 23,
SeatedLateralRaise = 24,
SeatedRearLateralRaise = 25,
SideLyingLateralRaise = 26,
StandingLift = 27,
SuspendedRow = 28,
UnderhandGripRearLateralRaise = 29,
WallSlide = 30,
WeightedWallSlide = 31,
ArmCircles = 32,
ShavingTheHead = 33,
DumbbellLateralRaise = 34,
RingDipKipping = 36,
WallWalk = 37,
DumbbellFrontRaiseWheelchair = 38,
DumbbellLateralRaiseWheelchair = 39,
PoleDoubleArmOverheadAndForwardWheelchair = 40,
PoleStraightArmOverheadWheelchair = 41,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
_45DegreeCableExternalRotation = 0
AlternatingLateralRaiseWithStaticHold = 1
BarMuscleUp = 2
BentOverLateralRaise = 3
CableDiagonalRaise = 4
CableFrontRaise = 5
CalorieRow = 6
ComboShoulderRaise = 7
DumbbellDiagonalRaise = 8
DumbbellVRaise = 9
FrontRaise = 10
LeaningDumbbellLateralRaise = 11
LyingDumbbellRaise = 12
MuscleUp = 13
OneArmCableLateralRaise = 14
OverhandGripRearLateralRaise = 15
PlateRaises = 16
RingDip = 17
WeightedRingDip = 18
RingMuscleUp = 19
WeightedRingMuscleUp = 20
RopeClimb = 21
WeightedRopeClimb = 22
Scaption = 23
SeatedLateralRaise = 24
SeatedRearLateralRaise = 25
SideLyingLateralRaise = 26
StandingLift = 27
SuspendedRow = 28
UnderhandGripRearLateralRaise = 29
WallSlide = 30
WeightedWallSlide = 31
ArmCircles = 32
ShavingTheHead = 33
DumbbellLateralRaise = 34
RingDipKipping = 36
WallWalk = 37
DumbbellFrontRaiseWheelchair = 38
DumbbellLateralRaiseWheelchair = 39
PoleDoubleArmOverheadAndForwardWheelchair = 40
PoleStraightArmOverheadWheelchair = 41
Implementations§
Trait Implementations§
Source§impl Clone for LateralRaiseExerciseName
impl Clone for LateralRaiseExerciseName
Source§fn clone(&self) -> LateralRaiseExerciseName
fn clone(&self) -> LateralRaiseExerciseName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LateralRaiseExerciseName
impl Debug for LateralRaiseExerciseName
Source§impl Hash for LateralRaiseExerciseName
impl Hash for LateralRaiseExerciseName
Source§impl PartialEq for LateralRaiseExerciseName
impl PartialEq for LateralRaiseExerciseName
Source§fn eq(&self, other: &LateralRaiseExerciseName) -> bool
fn eq(&self, other: &LateralRaiseExerciseName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LateralRaiseExerciseName
impl Eq for LateralRaiseExerciseName
impl StructuralPartialEq for LateralRaiseExerciseName
Auto Trait Implementations§
impl Freeze for LateralRaiseExerciseName
impl RefUnwindSafe for LateralRaiseExerciseName
impl Send for LateralRaiseExerciseName
impl Sync for LateralRaiseExerciseName
impl Unpin for LateralRaiseExerciseName
impl UnsafeUnpin for LateralRaiseExerciseName
impl UnwindSafe for LateralRaiseExerciseName
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