#[repr(u32)]
pub enum Part {
Move,
Work,
Carry,
Attack,
RangedAttack,
Tough,
Heal,
Claim,
}
Variants
Move
Work
Carry
Attack
RangedAttack
Tough
Heal
Claim
Implementations
Trait Implementations
impl Copy for Part
impl Eq for Part
impl StructuralEq for Part
impl StructuralPartialEq for Part
Auto Trait Implementations
impl RefUnwindSafe for Part
impl Send for Part
impl Sync for Part
impl Unpin for Part
impl UnwindSafe for Part
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T, U> IntoExpectedType<U> for Twhere
U: FromExpectedType<T>,
impl<T, U> IntoExpectedType<U> for Twhere
U: FromExpectedType<T>,
sourcefn into_expected_type(self) -> Result<U, ConversionError>
fn into_expected_type(self) -> Result<U, ConversionError>
Casts this value as the target type, making the assumption that the types are correct. Read more