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