#[repr(u8)]pub enum entity_sub_predicate_type {
Show 20 variants
lightning = 0,
fishing_hook = 1,
player = 2,
slime = 3,
raider = 4,
sheep = 5,
axolotl = 6,
fox = 7,
mooshroom = 8,
rabbit = 9,
horse = 10,
llama = 11,
villager = 12,
parrot = 13,
salmon = 14,
tropical_fish = 15,
painting = 16,
cat = 17,
frog = 18,
wolf = 19,
}Variants§
lightning = 0
fishing_hook = 1
player = 2
slime = 3
raider = 4
sheep = 5
axolotl = 6
fox = 7
mooshroom = 8
rabbit = 9
horse = 10
llama = 11
villager = 12
parrot = 13
salmon = 14
tropical_fish = 15
painting = 16
cat = 17
frog = 18
wolf = 19
Implementations§
Trait Implementations§
Source§impl Clone for entity_sub_predicate_type
impl Clone for entity_sub_predicate_type
Source§fn clone(&self) -> entity_sub_predicate_type
fn clone(&self) -> entity_sub_predicate_type
Returns a copy 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 entity_sub_predicate_type
impl Debug for entity_sub_predicate_type
Source§impl Display for entity_sub_predicate_type
impl Display for entity_sub_predicate_type
Source§impl Hash for entity_sub_predicate_type
impl Hash for entity_sub_predicate_type
Source§impl Write for entity_sub_predicate_type
impl Write for entity_sub_predicate_type
impl Copy for entity_sub_predicate_type
impl Eq for entity_sub_predicate_type
impl StructuralPartialEq for entity_sub_predicate_type
Auto Trait Implementations§
impl Freeze for entity_sub_predicate_type
impl RefUnwindSafe for entity_sub_predicate_type
impl Send for entity_sub_predicate_type
impl Sync for entity_sub_predicate_type
impl Unpin for entity_sub_predicate_type
impl UnwindSafe for entity_sub_predicate_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