Enum minecraft_data::schedule
source · #[repr(u8)]pub enum schedule {
empty = 0,
simple = 1,
villager_baby = 2,
villager_default = 3,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for schedule
impl PartialEq for schedule
impl Copy for schedule
impl Eq for schedule
impl StructuralEq for schedule
impl StructuralPartialEq for schedule
Auto Trait Implementations§
impl RefUnwindSafe for schedule
impl Send for schedule
impl Sync for schedule
impl Unpin for schedule
impl UnwindSafe for schedule
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