#[repr(u8)]pub enum point_of_interest_type {
Show 20 variants
armorer = 0,
butcher = 1,
cartographer = 2,
cleric = 3,
farmer = 4,
fisherman = 5,
fletcher = 6,
leatherworker = 7,
librarian = 8,
mason = 9,
shepherd = 10,
toolsmith = 11,
weaponsmith = 12,
home = 13,
meeting = 14,
beehive = 15,
bee_nest = 16,
nether_portal = 17,
lodestone = 18,
lightning_rod = 19,
}Variants§
armorer = 0
butcher = 1
cartographer = 2
cleric = 3
farmer = 4
fisherman = 5
fletcher = 6
leatherworker = 7
librarian = 8
mason = 9
shepherd = 10
toolsmith = 11
weaponsmith = 12
home = 13
meeting = 14
beehive = 15
bee_nest = 16
nether_portal = 17
lodestone = 18
lightning_rod = 19
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 StructuralEq for point_of_interest_type
impl StructuralPartialEq for point_of_interest_type
Auto Trait Implementations§
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