pub enum BattleRopeExerciseName {
Show 29 variants
AlternatingFigureEight,
AlternatingJumpWave,
AlternatingKneelingToStandingWave,
AlternatingLungeWave,
AlternatingSquatWave,
AlternatingWave,
AlternatingWaveWithLateralShuffle,
ClapWave,
DoubleArmFigureEight,
DoubleArmSideToSideSnake,
DoubleArmSideWave,
DoubleArmSlam,
DoubleArmWave,
GrapplerToss,
HipToss,
InAndOutWave,
InsideCircle,
JumpingJacks,
OutsideCircle,
Rainbow,
SidePlankWave,
Sidewinder,
SittingRussianTwist,
SnakeWave,
SplitJack,
StageCoach,
UltimateWarrior,
UpperCuts,
Value(u16),
}Variants§
AlternatingFigureEight
AlternatingJumpWave
AlternatingKneelingToStandingWave
AlternatingLungeWave
AlternatingSquatWave
AlternatingWave
AlternatingWaveWithLateralShuffle
ClapWave
DoubleArmFigureEight
DoubleArmSideToSideSnake
DoubleArmSideWave
DoubleArmSlam
DoubleArmWave
GrapplerToss
HipToss
InAndOutWave
InsideCircle
JumpingJacks
OutsideCircle
Rainbow
SidePlankWave
Sidewinder
SittingRussianTwist
SnakeWave
SplitJack
StageCoach
UltimateWarrior
UpperCuts
Value(u16)
Implementations§
Trait Implementations§
Source§impl Clone for BattleRopeExerciseName
impl Clone for BattleRopeExerciseName
Source§fn clone(&self) -> BattleRopeExerciseName
fn clone(&self) -> BattleRopeExerciseName
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 moreimpl Copy for BattleRopeExerciseName
Source§impl Debug for BattleRopeExerciseName
impl Debug for BattleRopeExerciseName
Source§impl Display for BattleRopeExerciseName
impl Display for BattleRopeExerciseName
impl Eq for BattleRopeExerciseName
Source§impl From<&str> for BattleRopeExerciseName
impl From<&str> for BattleRopeExerciseName
Source§impl From<i64> for BattleRopeExerciseName
impl From<i64> for BattleRopeExerciseName
Source§impl From<u16> for BattleRopeExerciseName
impl From<u16> for BattleRopeExerciseName
Source§impl Hash for BattleRopeExerciseName
impl Hash for BattleRopeExerciseName
Source§impl Ord for BattleRopeExerciseName
impl Ord for BattleRopeExerciseName
Source§fn cmp(&self, other: &BattleRopeExerciseName) -> Ordering
fn cmp(&self, other: &BattleRopeExerciseName) -> Ordering
1.21.0 (const: unstable) · 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 BattleRopeExerciseName
impl PartialEq for BattleRopeExerciseName
Source§impl PartialOrd for BattleRopeExerciseName
impl PartialOrd for BattleRopeExerciseName
Source§impl Serialize for BattleRopeExerciseName
impl Serialize for BattleRopeExerciseName
impl StructuralPartialEq for BattleRopeExerciseName
Auto Trait Implementations§
impl Freeze for BattleRopeExerciseName
impl RefUnwindSafe for BattleRopeExerciseName
impl Send for BattleRopeExerciseName
impl Sync for BattleRopeExerciseName
impl Unpin for BattleRopeExerciseName
impl UnsafeUnpin for BattleRopeExerciseName
impl UnwindSafe for BattleRopeExerciseName
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