pub enum DeadliftExerciseName {
Show 25 variants
BarbellDeadlift,
BarbellStraightLegDeadlift,
DumbbellDeadlift,
DumbbellSingleLegDeadliftToRow,
DumbbellStraightLegDeadlift,
KettlebellFloorToShelf,
OneArmOneLegDeadlift,
RackPull,
RotationalDumbbellStraightLegDeadlift,
SingleArmDeadlift,
SingleLegBarbellDeadlift,
SingleLegBarbellStraightLegDeadlift,
SingleLegDeadliftWithBarbell,
SingleLegRdlCircuit,
SingleLegRomanianDeadliftWithDumbbell,
SumoDeadlift,
SumoDeadliftHighPull,
TrapBarDeadlift,
WideGripBarbellDeadlift,
KettlebellDeadlift,
KettlebellSumoDeadlift,
RomanianDeadlift,
SingleLegRomanianDeadliftCircuit,
StraightLegDeadlift,
Value(u16),
}Variants§
BarbellDeadlift
BarbellStraightLegDeadlift
DumbbellDeadlift
DumbbellSingleLegDeadliftToRow
DumbbellStraightLegDeadlift
KettlebellFloorToShelf
OneArmOneLegDeadlift
RackPull
RotationalDumbbellStraightLegDeadlift
SingleArmDeadlift
SingleLegBarbellDeadlift
SingleLegBarbellStraightLegDeadlift
SingleLegDeadliftWithBarbell
SingleLegRdlCircuit
SingleLegRomanianDeadliftWithDumbbell
SumoDeadlift
SumoDeadliftHighPull
TrapBarDeadlift
WideGripBarbellDeadlift
KettlebellDeadlift
KettlebellSumoDeadlift
RomanianDeadlift
SingleLegRomanianDeadliftCircuit
StraightLegDeadlift
Value(u16)
Implementations§
Trait Implementations§
Source§impl Clone for DeadliftExerciseName
impl Clone for DeadliftExerciseName
Source§fn clone(&self) -> DeadliftExerciseName
fn clone(&self) -> DeadliftExerciseName
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 DeadliftExerciseName
impl Debug for DeadliftExerciseName
Source§impl Display for DeadliftExerciseName
impl Display for DeadliftExerciseName
Source§impl From<&str> for DeadliftExerciseName
impl From<&str> for DeadliftExerciseName
Source§impl From<i64> for DeadliftExerciseName
impl From<i64> for DeadliftExerciseName
Source§impl From<u16> for DeadliftExerciseName
impl From<u16> for DeadliftExerciseName
Source§impl Hash for DeadliftExerciseName
impl Hash for DeadliftExerciseName
Source§impl Ord for DeadliftExerciseName
impl Ord for DeadliftExerciseName
Source§fn cmp(&self, other: &DeadliftExerciseName) -> Ordering
fn cmp(&self, other: &DeadliftExerciseName) -> 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 DeadliftExerciseName
impl PartialEq for DeadliftExerciseName
Source§impl PartialOrd for DeadliftExerciseName
impl PartialOrd for DeadliftExerciseName
Source§impl Serialize for DeadliftExerciseName
impl Serialize for DeadliftExerciseName
impl Copy for DeadliftExerciseName
impl Eq for DeadliftExerciseName
impl StructuralPartialEq for DeadliftExerciseName
Auto Trait Implementations§
impl Freeze for DeadliftExerciseName
impl RefUnwindSafe for DeadliftExerciseName
impl Send for DeadliftExerciseName
impl Sync for DeadliftExerciseName
impl Unpin for DeadliftExerciseName
impl UnwindSafe for DeadliftExerciseName
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