ShrugExerciseName
public struct ShrugExerciseName : ExerciseName
extension ShrugExerciseName: Hashable
Shrug Exercise Name
-
Exercise Name Type
Declaration
Swift
public typealias ExerciseNameType = ShrugExerciseName -
Exercise Catagory Type
Declaration
Swift
public var catagory: ExerciseCategory { get } -
Exercise Name
Declaration
Swift
private(set) public var name: String { get } -
Exercise Name Number
Declaration
Swift
private(set) public var number: UInt16 { get } -
List of Supported ExerciseNames
Declaration
Swift
static var supportedExerciseNames: [ShrugExerciseName] { get } -
Creates a ExerciseName Object
Declaration
Swift
static func create(rawValue: UInt16) -> ShrugExerciseName?Parameters
rawValueexerciseNumber
Return Value
ExerciseName Object
-
Barbell Jump Shrug
Declaration
Swift
static var barbellJumpShrug: ShrugExerciseName { get } -
Barbell Shrug
Declaration
Swift
static var barbellShrug: ShrugExerciseName { get } -
Barbell Upright Row
Declaration
Swift
static var barbellUprightRow: ShrugExerciseName { get } -
Behind the Back Smith Machine Shrug
Declaration
Swift
static var behindTheBackSmithMachineShrug: ShrugExerciseName { get } -
Dumbbell Jump Shrug
Declaration
Swift
static var dumbbellJumpShrug: ShrugExerciseName { get } -
Dumbbell Shrug
Declaration
Swift
static var dumbbellShrug: ShrugExerciseName { get } -
Dumbbell Upright Row
Declaration
Swift
static var dumbbellUprightRow: ShrugExerciseName { get } -
Incline Dumbbell Shrug
Declaration
Swift
static var inclineDumbbellShrug: ShrugExerciseName { get } -
Overhead Barbell Shrug
Declaration
Swift
static var overheadBarbellShrug: ShrugExerciseName { get } -
Overhead Dumbbell Shrug
Declaration
Swift
static var overheadDumbbellShrug: ShrugExerciseName { get } -
Scaption And Shrug
Declaration
Swift
static var scaptionShrug: ShrugExerciseName { get } -
Scapular Retraction
Declaration
Swift
static var scapularRetraction: ShrugExerciseName { get } -
Serratus Chair Shrug
Declaration
Swift
static var serratusChairShurg: ShrugExerciseName { get } -
Weighted Serratus Chair Shrug
Declaration
Swift
static var weightedSerratusChairShurg: ShrugExerciseName { get } -
Serratus Shrug
Declaration
Swift
static var serratusShurg: ShrugExerciseName { get } -
Weighted Serratus Shrug
Declaration
Swift
static var weightedSerratusShurg: ShrugExerciseName { get } -
Wide Grip Jump Shrug
Declaration
Swift
static var wideGripJumpShrug: ShrugExerciseName { get }