#[non_exhaustive]#[repr(u16)]pub enum ShoulderStabilityExerciseName {
Show 36 variants
_90DegreeCableExternalRotation = 0,
BandExternalRotation = 1,
BandInternalRotation = 2,
BentArmLateralRaiseAndExternalRotation = 3,
CableExternalRotation = 4,
DumbbellFacePullWithExternalRotation = 5,
FloorIRaise = 6,
WeightedFloorIRaise = 7,
FloorTRaise = 8,
WeightedFloorTRaise = 9,
FloorYRaise = 10,
WeightedFloorYRaise = 11,
InclineIRaise = 12,
WeightedInclineIRaise = 13,
InclineLRaise = 14,
WeightedInclineLRaise = 15,
InclineTRaise = 16,
WeightedInclineTRaise = 17,
InclineWRaise = 18,
WeightedInclineWRaise = 19,
InclineYRaise = 20,
WeightedInclineYRaise = 21,
LyingExternalRotation = 22,
SeatedDumbbellExternalRotation = 23,
StandingLRaise = 24,
SwissBallIRaise = 25,
WeightedSwissBallIRaise = 26,
SwissBallTRaise = 27,
WeightedSwissBallTRaise = 28,
SwissBallWRaise = 29,
WeightedSwissBallWRaise = 30,
SwissBallYRaise = 31,
WeightedSwissBallYRaise = 32,
CableInternalRotation = 33,
LyingInternalRotation = 34,
SeatedDumbbellInternalRotation = 35,
}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.
_90DegreeCableExternalRotation = 0
BandExternalRotation = 1
BandInternalRotation = 2
BentArmLateralRaiseAndExternalRotation = 3
CableExternalRotation = 4
DumbbellFacePullWithExternalRotation = 5
FloorIRaise = 6
WeightedFloorIRaise = 7
FloorTRaise = 8
WeightedFloorTRaise = 9
FloorYRaise = 10
WeightedFloorYRaise = 11
InclineIRaise = 12
WeightedInclineIRaise = 13
InclineLRaise = 14
WeightedInclineLRaise = 15
InclineTRaise = 16
WeightedInclineTRaise = 17
InclineWRaise = 18
WeightedInclineWRaise = 19
InclineYRaise = 20
WeightedInclineYRaise = 21
LyingExternalRotation = 22
SeatedDumbbellExternalRotation = 23
StandingLRaise = 24
SwissBallIRaise = 25
WeightedSwissBallIRaise = 26
SwissBallTRaise = 27
WeightedSwissBallTRaise = 28
SwissBallWRaise = 29
WeightedSwissBallWRaise = 30
SwissBallYRaise = 31
WeightedSwissBallYRaise = 32
CableInternalRotation = 33
LyingInternalRotation = 34
SeatedDumbbellInternalRotation = 35
Implementations§
Trait Implementations§
Source§impl Clone for ShoulderStabilityExerciseName
impl Clone for ShoulderStabilityExerciseName
Source§fn clone(&self) -> ShoulderStabilityExerciseName
fn clone(&self) -> ShoulderStabilityExerciseName
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 Hash for ShoulderStabilityExerciseName
impl Hash for ShoulderStabilityExerciseName
Source§impl PartialEq for ShoulderStabilityExerciseName
impl PartialEq for ShoulderStabilityExerciseName
Source§fn eq(&self, other: &ShoulderStabilityExerciseName) -> bool
fn eq(&self, other: &ShoulderStabilityExerciseName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ShoulderStabilityExerciseName
impl Eq for ShoulderStabilityExerciseName
impl StructuralPartialEq for ShoulderStabilityExerciseName
Auto Trait Implementations§
impl Freeze for ShoulderStabilityExerciseName
impl RefUnwindSafe for ShoulderStabilityExerciseName
impl Send for ShoulderStabilityExerciseName
impl Sync for ShoulderStabilityExerciseName
impl Unpin for ShoulderStabilityExerciseName
impl UnsafeUnpin for ShoulderStabilityExerciseName
impl UnwindSafe for ShoulderStabilityExerciseName
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