pub struct JukeboxPlayListFull {}
Trait Implementations§
Source§impl BaseParser for JukeboxPlayListFull
impl BaseParser for JukeboxPlayListFull
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for JukeboxPlayListFull
impl Clone for JukeboxPlayListFull
Source§fn clone(&self) -> JukeboxPlayListFull
fn clone(&self) -> JukeboxPlayListFull
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 JukeboxPlayListFull
impl Debug for JukeboxPlayListFull
Source§impl Default for JukeboxPlayListFull
impl Default for JukeboxPlayListFull
Source§fn default() -> JukeboxPlayListFull
fn default() -> JukeboxPlayListFull
Returns the “default value” for a type. Read more
Source§impl PacketVariable for JukeboxPlayListFull
impl PacketVariable for JukeboxPlayListFull
Source§impl PartialEq for JukeboxPlayListFull
impl PartialEq for JukeboxPlayListFull
impl StructuralPartialEq for JukeboxPlayListFull
Auto Trait Implementations§
impl Freeze for JukeboxPlayListFull
impl RefUnwindSafe for JukeboxPlayListFull
impl Send for JukeboxPlayListFull
impl Sync for JukeboxPlayListFull
impl Unpin for JukeboxPlayListFull
impl UnwindSafe for JukeboxPlayListFull
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