pub struct BiomeClimate(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for BiomeClimate
impl Clone for BiomeClimate
Source§fn clone(&self) -> BiomeClimate
fn clone(&self) -> BiomeClimate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BiomeClimate
impl Debug for BiomeClimate
Source§impl Display for BiomeClimate
impl Display for BiomeClimate
Source§impl FromStr for BiomeClimate
impl FromStr for BiomeClimate
Source§impl Hash for BiomeClimate
impl Hash for BiomeClimate
Source§impl Ord for BiomeClimate
impl Ord for BiomeClimate
Source§fn cmp(&self, other: &BiomeClimate) -> Ordering
fn cmp(&self, other: &BiomeClimate) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BiomeClimate
impl PartialEq for BiomeClimate
Source§fn eq(&self, other: &BiomeClimate) -> bool
fn eq(&self, other: &BiomeClimate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BiomeClimate
impl PartialOrd for BiomeClimate
impl Eq for BiomeClimate
impl StructuralPartialEq for BiomeClimate
Auto Trait Implementations§
impl Freeze for BiomeClimate
impl RefUnwindSafe for BiomeClimate
impl Send for BiomeClimate
impl Sync for BiomeClimate
impl Unpin for BiomeClimate
impl UnsafeUnpin for BiomeClimate
impl UnwindSafe for BiomeClimate
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