pub enum ShrugExerciseName {
Show 26 variants
BarbellJumpShrug,
BarbellShrug,
BarbellUprightRow,
BehindTheBackSmithMachineShrug,
DumbbellJumpShrug,
DumbbellShrug,
DumbbellUprightRow,
InclineDumbbellShrug,
OverheadBarbellShrug,
OverheadDumbbellShrug,
ScaptionAndShrug,
ScapularRetraction,
SerratusChairShrug,
WeightedSerratusChairShrug,
SerratusShrug,
WeightedSerratusShrug,
WideGripJumpShrug,
WideGripBarbellShrug,
BehindTheBackShrug,
DumbbellShrugWheelchair,
ShrugWheelchair,
ShrugArmDownWheelchair,
ShrugArmMidWheelchair,
ShrugArmUpWheelchair,
UprightRow,
Value(u16),
}Variants§
BarbellJumpShrug
BarbellShrug
BarbellUprightRow
BehindTheBackSmithMachineShrug
DumbbellJumpShrug
DumbbellShrug
DumbbellUprightRow
InclineDumbbellShrug
OverheadBarbellShrug
OverheadDumbbellShrug
ScaptionAndShrug
ScapularRetraction
SerratusChairShrug
WeightedSerratusChairShrug
SerratusShrug
WeightedSerratusShrug
WideGripJumpShrug
WideGripBarbellShrug
BehindTheBackShrug
DumbbellShrugWheelchair
ShrugWheelchair
ShrugArmDownWheelchair
ShrugArmMidWheelchair
ShrugArmUpWheelchair
UprightRow
Value(u16)
Implementations§
Trait Implementations§
Source§impl Clone for ShrugExerciseName
impl Clone for ShrugExerciseName
Source§fn clone(&self) -> ShrugExerciseName
fn clone(&self) -> ShrugExerciseName
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 ShrugExerciseName
impl Debug for ShrugExerciseName
Source§impl Display for ShrugExerciseName
impl Display for ShrugExerciseName
Source§impl From<&str> for ShrugExerciseName
impl From<&str> for ShrugExerciseName
Source§impl From<i64> for ShrugExerciseName
impl From<i64> for ShrugExerciseName
Source§impl From<u16> for ShrugExerciseName
impl From<u16> for ShrugExerciseName
Source§impl Hash for ShrugExerciseName
impl Hash for ShrugExerciseName
Source§impl Ord for ShrugExerciseName
impl Ord for ShrugExerciseName
Source§fn cmp(&self, other: &ShrugExerciseName) -> Ordering
fn cmp(&self, other: &ShrugExerciseName) -> 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 ShrugExerciseName
impl PartialEq for ShrugExerciseName
Source§impl PartialOrd for ShrugExerciseName
impl PartialOrd for ShrugExerciseName
Source§impl Serialize for ShrugExerciseName
impl Serialize for ShrugExerciseName
impl Copy for ShrugExerciseName
impl Eq for ShrugExerciseName
impl StructuralPartialEq for ShrugExerciseName
Auto Trait Implementations§
impl Freeze for ShrugExerciseName
impl RefUnwindSafe for ShrugExerciseName
impl Send for ShrugExerciseName
impl Sync for ShrugExerciseName
impl Unpin for ShrugExerciseName
impl UnwindSafe for ShrugExerciseName
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