pub enum Normal {
Show 24 variants
Hood,
Jaw,
Joint,
Collar,
UpperArm,
Elbow,
Pants,
Belly,
Chestplate,
Torso,
Hip,
Knee,
Shin,
Shoe,
Shoulder,
Forearm,
Hand,
Shirt,
Head,
Neck,
Face,
Coat,
Thigh,
None,
}
Variants§
Hood
Hood
Jaw
Jaw
Joint
Joint
Collar
Collar
UpperArm
UpperArm
Elbow
Elbow
Pants
Pants
Belly
Belly
Chestplate
Chestplate
Torso
Torso
Hip
Hip
Knee
Knee
Shin
Shin
Shoe
Shoe
Shoulder
Shoulder
Forearm
Forearm
Hand
Hand
Shirt
Shirt
Head
Head
Neck
Neck
Face
Face
Coat
Coat
Thigh
Thigh
None
No armor
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Normal
impl<'de> Deserialize<'de> for Normal
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Random for Normal
impl Random for Normal
impl Copy for Normal
impl Eq for Normal
impl StructuralPartialEq for Normal
Auto Trait Implementations§
impl Freeze for Normal
impl RefUnwindSafe for Normal
impl Send for Normal
impl Sync for Normal
impl Unpin for Normal
impl UnwindSafe for Normal
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