pub enum LegCurlExerciseName {
Show 15 variants
LegCurl,
WeightedLegCurl,
GoodMorning,
SeatedBarbellGoodMorning,
SingleLegBarbellGoodMorning,
SingleLegSlidingLegCurl,
SlidingLegCurl,
SplitBarbellGoodMorning,
SplitStanceExtension,
StaggeredStanceGoodMorning,
SwissBallHipRaiseAndLegCurl,
ZercherGoodMorning,
BandGoodMorning,
BarGoodMorning,
Value(u16),
}Variants§
LegCurl
WeightedLegCurl
GoodMorning
SeatedBarbellGoodMorning
SingleLegBarbellGoodMorning
SingleLegSlidingLegCurl
SlidingLegCurl
SplitBarbellGoodMorning
SplitStanceExtension
StaggeredStanceGoodMorning
SwissBallHipRaiseAndLegCurl
ZercherGoodMorning
BandGoodMorning
BarGoodMorning
Value(u16)
Implementations§
Trait Implementations§
Source§impl Clone for LegCurlExerciseName
impl Clone for LegCurlExerciseName
Source§fn clone(&self) -> LegCurlExerciseName
fn clone(&self) -> LegCurlExerciseName
Returns a duplicate of the value. Read more
1.0.0 · 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 LegCurlExerciseName
impl Debug for LegCurlExerciseName
Source§impl Display for LegCurlExerciseName
impl Display for LegCurlExerciseName
Source§impl From<&str> for LegCurlExerciseName
impl From<&str> for LegCurlExerciseName
Source§impl From<i64> for LegCurlExerciseName
impl From<i64> for LegCurlExerciseName
Source§impl From<u16> for LegCurlExerciseName
impl From<u16> for LegCurlExerciseName
Source§impl Hash for LegCurlExerciseName
impl Hash for LegCurlExerciseName
Source§impl Ord for LegCurlExerciseName
impl Ord for LegCurlExerciseName
Source§fn cmp(&self, other: &LegCurlExerciseName) -> Ordering
fn cmp(&self, other: &LegCurlExerciseName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LegCurlExerciseName
impl PartialEq for LegCurlExerciseName
Source§impl PartialOrd for LegCurlExerciseName
impl PartialOrd for LegCurlExerciseName
Source§impl Serialize for LegCurlExerciseName
impl Serialize for LegCurlExerciseName
impl Copy for LegCurlExerciseName
impl Eq for LegCurlExerciseName
impl StructuralPartialEq for LegCurlExerciseName
Auto Trait Implementations§
impl Freeze for LegCurlExerciseName
impl RefUnwindSafe for LegCurlExerciseName
impl Send for LegCurlExerciseName
impl Sync for LegCurlExerciseName
impl Unpin for LegCurlExerciseName
impl UnwindSafe for LegCurlExerciseName
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