Struct minedmap_resource::BiomeTypes
source · pub struct BiomeTypes { /* private fields */ }Expand description
Used to look up standard Minecraft biome types
Implementations§
Trait Implementations§
source§impl Debug for BiomeTypes
impl Debug for BiomeTypes
Auto Trait Implementations§
impl RefUnwindSafe for BiomeTypes
impl Send for BiomeTypes
impl Sync for BiomeTypes
impl Unpin for BiomeTypes
impl UnwindSafe for BiomeTypes
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