pub struct PlayListEntry {
pub id: LegacyId,
pub length: i32,
pub song_name: String,
pub creator: String,
}
Fields§
§id: LegacyId
§length: i32
§song_name: String
§creator: String
Trait Implementations§
Source§impl Clone for PlayListEntry
impl Clone for PlayListEntry
Source§fn clone(&self) -> PlayListEntry
fn clone(&self) -> PlayListEntry
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 Debug for PlayListEntry
impl Debug for PlayListEntry
Source§impl Default for PlayListEntry
impl Default for PlayListEntry
Source§fn default() -> PlayListEntry
fn default() -> PlayListEntry
Returns the “default value” for a type. Read more
Source§impl PacketVariable for PlayListEntry
impl PacketVariable for PlayListEntry
Source§impl PartialEq for PlayListEntry
impl PartialEq for PlayListEntry
impl StructuralPartialEq for PlayListEntry
Auto Trait Implementations§
impl Freeze for PlayListEntry
impl RefUnwindSafe for PlayListEntry
impl Send for PlayListEntry
impl Sync for PlayListEntry
impl Unpin for PlayListEntry
impl UnwindSafe for PlayListEntry
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