pub struct PigSoundVariant { /* private fields */ }Trait Implementations§
Source§impl AzBuf for PigSoundVariant
impl AzBuf for PigSoundVariant
fn azalea_write(&self, buf: &mut impl Write) -> Result<(), Error>
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl Clone for PigSoundVariant
impl Clone for PigSoundVariant
Source§fn clone(&self) -> PigSoundVariant
fn clone(&self) -> PigSoundVariant
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 PigSoundVariant
impl DataRegistry for PigSoundVariant
Source§impl Debug for PigSoundVariant
impl Debug for PigSoundVariant
Source§impl Hash for PigSoundVariant
impl Hash for PigSoundVariant
Source§impl Ord for PigSoundVariant
impl Ord for PigSoundVariant
Source§fn cmp(&self, other: &PigSoundVariant) -> Ordering
fn cmp(&self, other: &PigSoundVariant) -> 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 PigSoundVariant
impl PartialEq for PigSoundVariant
Source§impl PartialOrd for PigSoundVariant
impl PartialOrd for PigSoundVariant
Source§impl Serialize for PigSoundVariant
Available on crate feature serde only.
impl Serialize for PigSoundVariant
Available on crate feature
serde only.impl Copy for PigSoundVariant
impl Eq for PigSoundVariant
impl StructuralPartialEq for PigSoundVariant
Auto Trait Implementations§
impl Freeze for PigSoundVariant
impl RefUnwindSafe for PigSoundVariant
impl Send for PigSoundVariant
impl Sync for PigSoundVariant
impl Unpin for PigSoundVariant
impl UnsafeUnpin for PigSoundVariant
impl UnwindSafe for PigSoundVariant
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.