#[non_exhaustive]#[repr(u16)]pub enum CurlExerciseName {
Show 51 variants
AlternatingDumbbellBicepsCurl = 0,
AlternatingDumbbellBicepsCurlOnSwissBall = 1,
AlternatingInclineDumbbellBicepsCurl = 2,
BarbellBicepsCurl = 3,
BarbellReverseWristCurl = 4,
BarbellWristCurl = 5,
BehindTheBackBarbellReverseWristCurl = 6,
BehindTheBackOneArmCableCurl = 7,
CableBicepsCurl = 8,
CableHammerCurl = 9,
CheatingBarbellBicepsCurl = 10,
CloseGripEzBarBicepsCurl = 11,
CrossBodyDumbbellHammerCurl = 12,
DeadHangBicepsCurl = 13,
DeclineHammerCurl = 14,
DumbbellBicepsCurlWithStaticHold = 15,
DumbbellHammerCurl = 16,
DumbbellReverseWristCurl = 17,
DumbbellWristCurl = 18,
EzBarPreacherCurl = 19,
ForwardBendBicepsCurl = 20,
HammerCurlToPress = 21,
InclineDumbbellBicepsCurl = 22,
InclineOffsetThumbDumbbellCurl = 23,
KettlebellBicepsCurl = 24,
LyingConcentrationCableCurl = 25,
OneArmPreacherCurl = 26,
PlatePinchCurl = 27,
PreacherCurlWithCable = 28,
ReverseEzBarCurl = 29,
ReverseGripWristCurl = 30,
ReverseGripBarbellBicepsCurl = 31,
SeatedAlternatingDumbbellBicepsCurl = 32,
SeatedDumbbellBicepsCurl = 33,
SeatedReverseDumbbellCurl = 34,
SplitStanceOffsetPinkyDumbbellCurl = 35,
StandingAlternatingDumbbellCurls = 36,
StandingDumbbellBicepsCurl = 37,
StandingEzBarBicepsCurl = 38,
StaticCurl = 39,
SwissBallDumbbellOverheadTricepsExtension = 40,
SwissBallEzBarPreacherCurl = 41,
TwistingStandingDumbbellBicepsCurl = 42,
WideGripEzBarBicepsCurl = 43,
OneArmConcentrationCurl = 44,
StandingZottmanBicepsCurl = 45,
DumbbellBicepsCurl = 46,
DragCurlWheelchair = 47,
DumbbellBicepsCurlWheelchair = 48,
BottleCurl = 49,
SeatedBottleCurl = 50,
}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.
AlternatingDumbbellBicepsCurl = 0
AlternatingDumbbellBicepsCurlOnSwissBall = 1
AlternatingInclineDumbbellBicepsCurl = 2
BarbellBicepsCurl = 3
BarbellReverseWristCurl = 4
BarbellWristCurl = 5
BehindTheBackBarbellReverseWristCurl = 6
BehindTheBackOneArmCableCurl = 7
CableBicepsCurl = 8
CableHammerCurl = 9
CheatingBarbellBicepsCurl = 10
CloseGripEzBarBicepsCurl = 11
CrossBodyDumbbellHammerCurl = 12
DeadHangBicepsCurl = 13
DeclineHammerCurl = 14
DumbbellBicepsCurlWithStaticHold = 15
DumbbellHammerCurl = 16
DumbbellReverseWristCurl = 17
DumbbellWristCurl = 18
EzBarPreacherCurl = 19
ForwardBendBicepsCurl = 20
HammerCurlToPress = 21
InclineDumbbellBicepsCurl = 22
InclineOffsetThumbDumbbellCurl = 23
KettlebellBicepsCurl = 24
LyingConcentrationCableCurl = 25
OneArmPreacherCurl = 26
PlatePinchCurl = 27
PreacherCurlWithCable = 28
ReverseEzBarCurl = 29
ReverseGripWristCurl = 30
ReverseGripBarbellBicepsCurl = 31
SeatedAlternatingDumbbellBicepsCurl = 32
SeatedDumbbellBicepsCurl = 33
SeatedReverseDumbbellCurl = 34
SplitStanceOffsetPinkyDumbbellCurl = 35
StandingAlternatingDumbbellCurls = 36
StandingDumbbellBicepsCurl = 37
StandingEzBarBicepsCurl = 38
StaticCurl = 39
SwissBallDumbbellOverheadTricepsExtension = 40
SwissBallEzBarPreacherCurl = 41
TwistingStandingDumbbellBicepsCurl = 42
WideGripEzBarBicepsCurl = 43
OneArmConcentrationCurl = 44
StandingZottmanBicepsCurl = 45
DumbbellBicepsCurl = 46
DragCurlWheelchair = 47
DumbbellBicepsCurlWheelchair = 48
BottleCurl = 49
SeatedBottleCurl = 50
Implementations§
Trait Implementations§
Source§impl Clone for CurlExerciseName
impl Clone for CurlExerciseName
Source§fn clone(&self) -> CurlExerciseName
fn clone(&self) -> CurlExerciseName
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 CurlExerciseName
impl Debug for CurlExerciseName
Source§impl Hash for CurlExerciseName
impl Hash for CurlExerciseName
Source§impl PartialEq for CurlExerciseName
impl PartialEq for CurlExerciseName
Source§fn eq(&self, other: &CurlExerciseName) -> bool
fn eq(&self, other: &CurlExerciseName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CurlExerciseName
impl Eq for CurlExerciseName
impl StructuralPartialEq for CurlExerciseName
Auto Trait Implementations§
impl Freeze for CurlExerciseName
impl RefUnwindSafe for CurlExerciseName
impl Send for CurlExerciseName
impl Sync for CurlExerciseName
impl Unpin for CurlExerciseName
impl UnsafeUnpin for CurlExerciseName
impl UnwindSafe for CurlExerciseName
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