pub enum Posture {
Lay,
Move,
Stand,
Swim,
Float,
Sit,
SnowWarRun,
SnowWarDieFront,
SnowWarDieBack,
SnowWarPick,
SnowWarThrow,
Other(String),
}
Variants§
Lay
Move
Stand
Swim
Float
Sit
SnowWarRun
SnowWarDieFront
SnowWarDieBack
SnowWarPick
SnowWarThrow
Other(String)
Trait Implementations§
impl StructuralPartialEq for Posture
Auto Trait Implementations§
impl Freeze for Posture
impl RefUnwindSafe for Posture
impl Send for Posture
impl Sync for Posture
impl Unpin for Posture
impl UnwindSafe for Posture
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