pub struct DimensionKind { /* private fields */ }Trait Implementations§
Source§impl AzaleaRead for DimensionKind
impl AzaleaRead for DimensionKind
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for DimensionKind
impl AzaleaWrite for DimensionKind
Source§impl Clone for DimensionKind
impl Clone for DimensionKind
Source§fn clone(&self) -> DimensionKind
fn clone(&self) -> DimensionKind
Returns a duplicate 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 DataRegistry for DimensionKind
impl DataRegistry for DimensionKind
Source§impl Debug for DimensionKind
impl Debug for DimensionKind
Source§impl Hash for DimensionKind
impl Hash for DimensionKind
Source§impl Ord for DimensionKind
impl Ord for DimensionKind
Source§fn cmp(&self, other: &DimensionKind) -> Ordering
fn cmp(&self, other: &DimensionKind) -> Ordering
1.21.0 · 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 DimensionKind
impl PartialEq for DimensionKind
Source§impl PartialOrd for DimensionKind
impl PartialOrd for DimensionKind
Source§impl Serialize for DimensionKind
Available on crate feature serde only.
impl Serialize for DimensionKind
Available on crate feature
serde only.impl Copy for DimensionKind
impl Eq for DimensionKind
impl StructuralPartialEq for DimensionKind
Auto Trait Implementations§
impl Freeze for DimensionKind
impl RefUnwindSafe for DimensionKind
impl Send for DimensionKind
impl Sync for DimensionKind
impl Unpin for DimensionKind
impl UnwindSafe for DimensionKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.