pub enum AppearanceLifeformHealth {
NoInjury,
SlightInjury,
ModerateInjury,
FatalInjury,
Unspecified(u8),
}Expand description
UID 390
Variants§
Trait Implementations§
Source§impl Clone for AppearanceLifeformHealth
impl Clone for AppearanceLifeformHealth
Source§fn clone(&self) -> AppearanceLifeformHealth
fn clone(&self) -> AppearanceLifeformHealth
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AppearanceLifeformHealth
impl Debug for AppearanceLifeformHealth
Source§impl Default for AppearanceLifeformHealth
impl Default for AppearanceLifeformHealth
Source§impl Display for AppearanceLifeformHealth
impl Display for AppearanceLifeformHealth
Source§impl From<AppearanceLifeformHealth> for u8
impl From<AppearanceLifeformHealth> for u8
Source§fn from(value: AppearanceLifeformHealth) -> Self
fn from(value: AppearanceLifeformHealth) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AppearanceLifeformHealth
impl From<u8> for AppearanceLifeformHealth
Source§impl Hash for AppearanceLifeformHealth
impl Hash for AppearanceLifeformHealth
Source§impl PartialEq for AppearanceLifeformHealth
impl PartialEq for AppearanceLifeformHealth
impl Copy for AppearanceLifeformHealth
impl Eq for AppearanceLifeformHealth
impl StructuralPartialEq for AppearanceLifeformHealth
Auto Trait Implementations§
impl Freeze for AppearanceLifeformHealth
impl RefUnwindSafe for AppearanceLifeformHealth
impl Send for AppearanceLifeformHealth
impl Sync for AppearanceLifeformHealth
impl Unpin for AppearanceLifeformHealth
impl UnwindSafe for AppearanceLifeformHealth
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