#[non_exhaustive]#[repr(u16)]pub enum ShoulderPressExerciseName {
Show 31 variants
AlternatingDumbbellShoulderPress = 0,
ArnoldPress = 1,
BarbellFrontSquatToPushPress = 2,
BarbellPushPress = 3,
BarbellShoulderPress = 4,
DeadCurlPress = 5,
DumbbellAlternatingShoulderPressAndTwist = 6,
DumbbellHammerCurlToLungeToPress = 7,
DumbbellPushPress = 8,
FloorInvertedShoulderPress = 9,
WeightedFloorInvertedShoulderPress = 10,
InvertedShoulderPress = 11,
WeightedInvertedShoulderPress = 12,
OneArmPushPress = 13,
OverheadBarbellPress = 14,
OverheadDumbbellPress = 15,
SeatedBarbellShoulderPress = 16,
SeatedDumbbellShoulderPress = 17,
SingleArmDumbbellShoulderPress = 18,
SingleArmStepUpAndPress = 19,
SmithMachineOverheadPress = 20,
SplitStanceHammerCurlToPress = 21,
SwissBallDumbbellShoulderPress = 22,
WeightPlateFrontRaise = 23,
DumbbellShoulderPress = 24,
MilitaryPress = 25,
StrictPress = 27,
DumbbellFrontRaise = 28,
DumbbellCurlToOverheadPressWheelchair = 29,
ArnoldPressWheelchair = 30,
OverheadDumbbellPressWheelchair = 31,
}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.
AlternatingDumbbellShoulderPress = 0
ArnoldPress = 1
BarbellFrontSquatToPushPress = 2
BarbellPushPress = 3
BarbellShoulderPress = 4
DeadCurlPress = 5
DumbbellAlternatingShoulderPressAndTwist = 6
DumbbellHammerCurlToLungeToPress = 7
DumbbellPushPress = 8
FloorInvertedShoulderPress = 9
WeightedFloorInvertedShoulderPress = 10
InvertedShoulderPress = 11
WeightedInvertedShoulderPress = 12
OneArmPushPress = 13
OverheadBarbellPress = 14
OverheadDumbbellPress = 15
SeatedBarbellShoulderPress = 16
SeatedDumbbellShoulderPress = 17
SingleArmDumbbellShoulderPress = 18
SingleArmStepUpAndPress = 19
SmithMachineOverheadPress = 20
SplitStanceHammerCurlToPress = 21
SwissBallDumbbellShoulderPress = 22
WeightPlateFrontRaise = 23
DumbbellShoulderPress = 24
MilitaryPress = 25
StrictPress = 27
DumbbellFrontRaise = 28
DumbbellCurlToOverheadPressWheelchair = 29
ArnoldPressWheelchair = 30
OverheadDumbbellPressWheelchair = 31
Implementations§
Trait Implementations§
Source§impl Clone for ShoulderPressExerciseName
impl Clone for ShoulderPressExerciseName
Source§fn clone(&self) -> ShoulderPressExerciseName
fn clone(&self) -> ShoulderPressExerciseName
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 ShoulderPressExerciseName
impl Debug for ShoulderPressExerciseName
Source§impl Hash for ShoulderPressExerciseName
impl Hash for ShoulderPressExerciseName
Source§impl PartialEq for ShoulderPressExerciseName
impl PartialEq for ShoulderPressExerciseName
Source§fn eq(&self, other: &ShoulderPressExerciseName) -> bool
fn eq(&self, other: &ShoulderPressExerciseName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ShoulderPressExerciseName
impl Eq for ShoulderPressExerciseName
impl StructuralPartialEq for ShoulderPressExerciseName
Auto Trait Implementations§
impl Freeze for ShoulderPressExerciseName
impl RefUnwindSafe for ShoulderPressExerciseName
impl Send for ShoulderPressExerciseName
impl Sync for ShoulderPressExerciseName
impl Unpin for ShoulderPressExerciseName
impl UnsafeUnpin for ShoulderPressExerciseName
impl UnwindSafe for ShoulderPressExerciseName
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