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