#[repr(u8)]pub enum stat_type {
mined = 0,
crafted = 1,
used = 2,
broken = 3,
picked_up = 4,
dropped = 5,
killed = 6,
killed_by = 7,
custom = 8,
}Variants§
mined = 0
crafted = 1
used = 2
broken = 3
picked_up = 4
dropped = 5
killed = 6
killed_by = 7
custom = 8
Implementations§
Trait Implementations§
impl Copy for stat_type
impl Eq for stat_type
impl StructuralPartialEq for stat_type
Auto Trait Implementations§
impl Freeze for stat_type
impl RefUnwindSafe for stat_type
impl Send for stat_type
impl Sync for stat_type
impl Unpin for stat_type
impl UnwindSafe for stat_type
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