pub struct GetJukeboxPlayList {}
Trait Implementations§
Source§impl BaseParser for GetJukeboxPlayList
impl BaseParser for GetJukeboxPlayList
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 GetJukeboxPlayList
impl Clone for GetJukeboxPlayList
Source§fn clone(&self) -> GetJukeboxPlayList
fn clone(&self) -> GetJukeboxPlayList
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 GetJukeboxPlayList
impl Debug for GetJukeboxPlayList
Source§impl Default for GetJukeboxPlayList
impl Default for GetJukeboxPlayList
Source§fn default() -> GetJukeboxPlayList
fn default() -> GetJukeboxPlayList
Returns the “default value” for a type. Read more
Source§impl PacketVariable for GetJukeboxPlayList
impl PacketVariable for GetJukeboxPlayList
Source§impl PartialEq for GetJukeboxPlayList
impl PartialEq for GetJukeboxPlayList
impl StructuralPartialEq for GetJukeboxPlayList
Auto Trait Implementations§
impl Freeze for GetJukeboxPlayList
impl RefUnwindSafe for GetJukeboxPlayList
impl Send for GetJukeboxPlayList
impl Sync for GetJukeboxPlayList
impl Unpin for GetJukeboxPlayList
impl UnwindSafe for GetJukeboxPlayList
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