ExerciseName

  • Exercise Name Protocol

    See more

    Declaration

    Swift

    public protocol ExerciseNameType
  • Exercise Name Supportable

    Provides Helper functions such as supported exercises

    See more

    Declaration

    Swift

    public protocol ExerciseNameSupportable : Hashable
  • Bench Press Exercise Name

    See more

    Declaration

    Swift

    public struct BenchPressExerciseName : ExerciseName
    extension BenchPressExerciseName: Hashable
  • Calf Raise Exercise Name

    See more

    Declaration

    Swift

    public struct CalfRaiseExerciseName : ExerciseName
    extension CalfRaiseExerciseName: Hashable
  • Cardio Exercise Name

    See more

    Declaration

    Swift

    public struct CardioExerciseName : ExerciseName
    extension CardioExerciseName: Hashable
  • Carry Exercise Name

    See more

    Declaration

    Swift

    public struct CarryExerciseName : ExerciseName
    extension CarryExerciseName: Hashable
  • Chop Exercise Name

    See more

    Declaration

    Swift

    public struct ChopExerciseName : ExerciseName
    extension ChopExerciseName: Hashable
  • Core Exercise Name

    See more

    Declaration

    Swift

    public struct CoreExerciseName : ExerciseName
    extension CoreExerciseName: Hashable
  • Crunch Exercise Name

    See more

    Declaration

    Swift

    public struct CrunchExerciseName : ExerciseName
    extension CrunchExerciseName: Hashable
  • Curl Exercise Name

    See more

    Declaration

    Swift

    public struct CurlExerciseName : ExerciseName
    extension CurlExerciseName: Hashable
  • Deadlift Exercise Name

    See more

    Declaration

    Swift

    public struct DeadliftExerciseName : ExerciseName
    extension DeadliftExerciseName: Hashable
  • Flye Exercise Name

    See more

    Declaration

    Swift

    public struct FlyeExerciseName : ExerciseName
    extension FlyeExerciseName: Hashable
  • Hip Raise Exercise Name

    See more

    Declaration

    Swift

    public struct HipRaiseExerciseName : ExerciseName
    extension HipRaiseExerciseName: Hashable
  • Hip Stability Exercise Name

    See more

    Declaration

    Swift

    public struct HipStabilityExerciseName : ExerciseName
    extension HipStabilityExerciseName: Hashable
  • Hip Swing Exercise Name

    See more

    Declaration

    Swift

    public struct HipSwingExerciseName : ExerciseName
    extension HipSwingExerciseName: Hashable
  • Hyperextension Exercise Name

    See more

    Declaration

    Swift

    public struct HyperextensionExerciseName : ExerciseName
    extension HyperextensionExerciseName: Hashable
  • Lateral Raise Exercise Name

    See more

    Declaration

    Swift

    public struct LateralRaiseExerciseName : ExerciseName
    extension LateralRaiseExerciseName: Hashable
  • Leg Curl Exercise Name

    See more

    Declaration

    Swift

    public struct LegCurlExerciseName : ExerciseName
    extension LegCurlExerciseName: Hashable
  • Leg Raise Exercise Name

    See more

    Declaration

    Swift

    public struct LegRaiseExerciseName : ExerciseName
    extension LegRaiseExerciseName: Hashable
  • Lunge Exercise Name

    See more

    Declaration

    Swift

    public struct LungeExerciseName : ExerciseName
    extension LungeExerciseName: Hashable
  • Olympic Lift Exercise Name

    See more

    Declaration

    Swift

    public struct OlympicLiftExerciseName : ExerciseName
    extension OlympicLiftExerciseName: Hashable
  • Plank Exercise Name

    See more

    Declaration

    Swift

    public struct PlankExerciseName : ExerciseName
    extension PlankExerciseName: Hashable
  • Plyo Exercise Name

    See more

    Declaration

    Swift

    public struct PlyoExerciseName : ExerciseName
    extension PlyoExerciseName: Hashable
  • Pull Up Exercise Name

    See more

    Declaration

    Swift

    public struct PullUpExerciseName : ExerciseName
    extension PullUpExerciseName: Hashable
  • Push Up Exercise Name

    See more

    Declaration

    Swift

    public struct PushUpExerciseName : ExerciseName
    extension PushUpExerciseName: Hashable
  • Row Exercise Name

    See more

    Declaration

    Swift

    public struct RowExerciseName : ExerciseName
    extension RowExerciseName: Hashable
  • Run Exercise Name

    See more

    Declaration

    Swift

    public struct RunExerciseName : ExerciseName
    extension RunExerciseName: Hashable
  • Shoulder Press Exercise Name

    See more

    Declaration

    Swift

    public struct ShoulderPressExerciseName : ExerciseName
    extension ShoulderPressExerciseName: Hashable
  • Shoulder Stability Exercise Name

    See more

    Declaration

    Swift

    public struct ShoulderStabilityExerciseName : ExerciseName
    extension ShoulderStabilityExerciseName: Hashable
  • Shrug Exercise Name

    See more

    Declaration

    Swift

    public struct ShrugExerciseName : ExerciseName
    extension ShrugExerciseName: Hashable
  • Sit Up Exercise Name

    See more

    Declaration

    Swift

    public struct SitUpExerciseName : ExerciseName
    extension SitUpExerciseName: Hashable
  • Squat Exercise Name

    See more

    Declaration

    Swift

    public struct SquatExerciseName : ExerciseName
    extension SquatExerciseName: Hashable
  • Total Body Exercise Name

    See more

    Declaration

    Swift

    public struct TotalBodyExerciseName : ExerciseName
    extension TotalBodyExerciseName: Hashable
  • Tricep Extension Exercise Name

    See more

    Declaration

    Swift

    public struct TricepExtensionExerciseName : ExerciseName
    extension TricepExtensionExerciseName: Hashable
  • Warm Up Exercise Name

    See more

    Declaration

    Swift

    public struct WarmUpExerciseName : ExerciseName
    extension WarmUpExerciseName: Hashable