pub struct Biome { /* private fields */ }
Expand description
An opaque biome identifier.
You’ll probably want to resolve this into its name before using it, by
using Client::with_resolved_registry
or a similar function.
Trait Implementations§
Source§impl AzaleaRead for Biome
impl AzaleaRead for Biome
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for Biome
impl AzaleaWrite for Biome
Source§impl DataRegistry for Biome
impl DataRegistry for Biome
impl Copy for Biome
impl Eq for Biome
impl StructuralPartialEq for Biome
Auto Trait Implementations§
impl Freeze for Biome
impl RefUnwindSafe for Biome
impl Send for Biome
impl Sync for Biome
impl Unpin for Biome
impl UnwindSafe for Biome
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