pub enum BodyLocation {
Show 41 variants LeftLeg, LeftCalf, LeftShin, LeftHamstring, LeftQuad, LeftGlute, RightLeg, RightCalf, RightShin, RightHamstring, RightQuad, RightGlute, TorsoBack, LeftLowerBack, LeftUpperBack, RightLowerBack, RightUpperBack, TorsoFront, LeftAbdomen, LeftChest, RightAbdomen, RightChest, LeftArm, LeftShoulder, LeftBicep, LeftTricep, LeftBrachioradialis, LeftForearmExtensors, RightArm, RightShoulder, RightBicep, RightTricep, RightBrachioradialis, RightForearmExtensors, Neck, Throat, WaistMidBack, WaistFront, WaistLeft, WaistRight, Unknown,
}

Variants

LeftLeg

LeftCalf

LeftShin

LeftHamstring

LeftQuad

LeftGlute

RightLeg

RightCalf

RightShin

RightHamstring

RightQuad

RightGlute

TorsoBack

LeftLowerBack

LeftUpperBack

RightLowerBack

RightUpperBack

TorsoFront

LeftAbdomen

LeftChest

RightAbdomen

RightChest

LeftArm

LeftShoulder

LeftBicep

LeftTricep

LeftBrachioradialis

Left anterior forearm

LeftForearmExtensors

Left posterior forearm

RightArm

RightShoulder

RightBicep

RightTricep

RightBrachioradialis

Right anterior forearm

RightForearmExtensors

Right posterior forearm

Neck

Throat

WaistMidBack

WaistFront

WaistLeft

WaistRight

Unknown

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.