#[non_exhaustive]#[repr(u16)]pub enum HipStabilityExerciseName {
Show 35 variants
BandSideLyingLegRaise = 0,
DeadBug = 1,
WeightedDeadBug = 2,
ExternalHipRaise = 3,
WeightedExternalHipRaise = 4,
FireHydrantKicks = 5,
WeightedFireHydrantKicks = 6,
HipCircles = 7,
WeightedHipCircles = 8,
InnerThighLift = 9,
WeightedInnerThighLift = 10,
LateralWalksWithBandAtAnkles = 11,
PretzelSideKick = 12,
WeightedPretzelSideKick = 13,
ProneHipInternalRotation = 14,
WeightedProneHipInternalRotation = 15,
Quadruped = 16,
QuadrupedHipExtension = 17,
WeightedQuadrupedHipExtension = 18,
QuadrupedWithLegLift = 19,
WeightedQuadrupedWithLegLift = 20,
SideLyingLegRaise = 21,
WeightedSideLyingLegRaise = 22,
SlidingHipAdduction = 23,
WeightedSlidingHipAdduction = 24,
StandingAdduction = 25,
WeightedStandingAdduction = 26,
StandingCableHipAbduction = 27,
StandingHipAbduction = 28,
WeightedStandingHipAbduction = 29,
StandingRearLegRaise = 30,
WeightedStandingRearLegRaise = 31,
SupineHipInternalRotation = 32,
WeightedSupineHipInternalRotation = 33,
LyingAbductionStretch = 34,
}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.
BandSideLyingLegRaise = 0
DeadBug = 1
WeightedDeadBug = 2
ExternalHipRaise = 3
WeightedExternalHipRaise = 4
FireHydrantKicks = 5
WeightedFireHydrantKicks = 6
HipCircles = 7
WeightedHipCircles = 8
InnerThighLift = 9
WeightedInnerThighLift = 10
LateralWalksWithBandAtAnkles = 11
PretzelSideKick = 12
WeightedPretzelSideKick = 13
ProneHipInternalRotation = 14
WeightedProneHipInternalRotation = 15
Quadruped = 16
QuadrupedHipExtension = 17
WeightedQuadrupedHipExtension = 18
QuadrupedWithLegLift = 19
WeightedQuadrupedWithLegLift = 20
SideLyingLegRaise = 21
WeightedSideLyingLegRaise = 22
SlidingHipAdduction = 23
WeightedSlidingHipAdduction = 24
StandingAdduction = 25
WeightedStandingAdduction = 26
StandingCableHipAbduction = 27
StandingHipAbduction = 28
WeightedStandingHipAbduction = 29
StandingRearLegRaise = 30
WeightedStandingRearLegRaise = 31
SupineHipInternalRotation = 32
WeightedSupineHipInternalRotation = 33
LyingAbductionStretch = 34
Implementations§
Trait Implementations§
Source§impl Clone for HipStabilityExerciseName
impl Clone for HipStabilityExerciseName
Source§fn clone(&self) -> HipStabilityExerciseName
fn clone(&self) -> HipStabilityExerciseName
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 HipStabilityExerciseName
impl Debug for HipStabilityExerciseName
Source§impl Hash for HipStabilityExerciseName
impl Hash for HipStabilityExerciseName
Source§impl PartialEq for HipStabilityExerciseName
impl PartialEq for HipStabilityExerciseName
Source§fn eq(&self, other: &HipStabilityExerciseName) -> bool
fn eq(&self, other: &HipStabilityExerciseName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HipStabilityExerciseName
impl Eq for HipStabilityExerciseName
impl StructuralPartialEq for HipStabilityExerciseName
Auto Trait Implementations§
impl Freeze for HipStabilityExerciseName
impl RefUnwindSafe for HipStabilityExerciseName
impl Send for HipStabilityExerciseName
impl Sync for HipStabilityExerciseName
impl Unpin for HipStabilityExerciseName
impl UnsafeUnpin for HipStabilityExerciseName
impl UnwindSafe for HipStabilityExerciseName
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