pub struct SulfurCubeArchetype { /* private fields */ }Trait Implementations§
Source§impl AzBuf for SulfurCubeArchetype
impl AzBuf for SulfurCubeArchetype
fn azalea_write(&self, buf: &mut impl Write) -> Result<(), Error>
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl Clone for SulfurCubeArchetype
impl Clone for SulfurCubeArchetype
Source§fn clone(&self) -> SulfurCubeArchetype
fn clone(&self) -> SulfurCubeArchetype
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 moreimpl Copy for SulfurCubeArchetype
Source§impl DataRegistry for SulfurCubeArchetype
impl DataRegistry for SulfurCubeArchetype
Source§impl Debug for SulfurCubeArchetype
impl Debug for SulfurCubeArchetype
impl Eq for SulfurCubeArchetype
Source§impl Hash for SulfurCubeArchetype
impl Hash for SulfurCubeArchetype
Source§impl Ord for SulfurCubeArchetype
impl Ord for SulfurCubeArchetype
Source§fn cmp(&self, other: &SulfurCubeArchetype) -> Ordering
fn cmp(&self, other: &SulfurCubeArchetype) -> 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 SulfurCubeArchetype
impl PartialEq for SulfurCubeArchetype
Source§fn eq(&self, other: &SulfurCubeArchetype) -> bool
fn eq(&self, other: &SulfurCubeArchetype) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SulfurCubeArchetype
impl PartialOrd for SulfurCubeArchetype
Source§impl Serialize for SulfurCubeArchetype
Available on crate feature serde only.
impl Serialize for SulfurCubeArchetype
Available on crate feature
serde only.impl StructuralPartialEq for SulfurCubeArchetype
Auto Trait Implementations§
impl Freeze for SulfurCubeArchetype
impl RefUnwindSafe for SulfurCubeArchetype
impl Send for SulfurCubeArchetype
impl Sync for SulfurCubeArchetype
impl Unpin for SulfurCubeArchetype
impl UnsafeUnpin for SulfurCubeArchetype
impl UnwindSafe for SulfurCubeArchetype
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
Checks if this value is equivalent to the given key. Read more
§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.