#[repr(u8)]pub enum point_of_interest_type {
Show 21 variants
unemployed = 0,
armorer = 1,
butcher = 2,
cartographer = 3,
cleric = 4,
farmer = 5,
fisherman = 6,
fletcher = 7,
leatherworker = 8,
librarian = 9,
mason = 10,
nitwit = 11,
shepherd = 12,
toolsmith = 13,
weaponsmith = 14,
home = 15,
meeting = 16,
beehive = 17,
bee_nest = 18,
nether_portal = 19,
lodestone = 20,
}Variants§
unemployed = 0
armorer = 1
butcher = 2
cartographer = 3
cleric = 4
farmer = 5
fisherman = 6
fletcher = 7
leatherworker = 8
librarian = 9
mason = 10
nitwit = 11
shepherd = 12
toolsmith = 13
weaponsmith = 14
home = 15
meeting = 16
beehive = 17
bee_nest = 18
nether_portal = 19
lodestone = 20
Implementations§
Trait Implementations§
source§impl Clone for point_of_interest_type
impl Clone for point_of_interest_type
source§fn clone(&self) -> point_of_interest_type
fn clone(&self) -> point_of_interest_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 point_of_interest_type
impl Debug for point_of_interest_type
source§impl Display for point_of_interest_type
impl Display for point_of_interest_type
source§impl Hash for point_of_interest_type
impl Hash for point_of_interest_type
source§impl PartialEq for point_of_interest_type
impl PartialEq for point_of_interest_type
source§fn eq(&self, other: &point_of_interest_type) -> bool
fn eq(&self, other: &point_of_interest_type) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for point_of_interest_type
impl Write for point_of_interest_type
impl Copy for point_of_interest_type
impl Eq for point_of_interest_type
impl StructuralPartialEq for point_of_interest_type
Auto Trait Implementations§
impl Freeze for point_of_interest_type
impl RefUnwindSafe for point_of_interest_type
impl Send for point_of_interest_type
impl Sync for point_of_interest_type
impl Unpin for point_of_interest_type
impl UnwindSafe for point_of_interest_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