Struct BiomeName
pub struct BiomeName(/* private fields */);Implementations§
Trait Implementations§
§impl Ord for BiomeName
impl Ord for BiomeName
§impl PartialOrd for BiomeName
impl PartialOrd for BiomeName
impl Eq for BiomeName
impl StructuralPartialEq for BiomeName
Auto Trait Implementations§
impl Freeze for BiomeName
impl RefUnwindSafe for BiomeName
impl Send for BiomeName
impl Sync for BiomeName
impl Unpin for BiomeName
impl UnsafeUnpin for BiomeName
impl UnwindSafe for BiomeName
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