pub struct GetUserSongDisks {}
Trait Implementations§
source§impl BaseParser for GetUserSongDisks
impl BaseParser for GetUserSongDisks
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 GetUserSongDisks
impl Clone for GetUserSongDisks
source§fn clone(&self) -> GetUserSongDisks
fn clone(&self) -> GetUserSongDisks
Returns a copy 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 GetUserSongDisks
impl Debug for GetUserSongDisks
source§impl Default for GetUserSongDisks
impl Default for GetUserSongDisks
source§fn default() -> GetUserSongDisks
fn default() -> GetUserSongDisks
Returns the “default value” for a type. Read more
source§impl PacketVariable for GetUserSongDisks
impl PacketVariable for GetUserSongDisks
source§impl PartialEq<GetUserSongDisks> for GetUserSongDisks
impl PartialEq<GetUserSongDisks> for GetUserSongDisks
source§fn eq(&self, other: &GetUserSongDisks) -> bool
fn eq(&self, other: &GetUserSongDisks) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetUserSongDisks
Auto Trait Implementations§
impl RefUnwindSafe for GetUserSongDisks
impl Send for GetUserSongDisks
impl Sync for GetUserSongDisks
impl Unpin for GetUserSongDisks
impl UnwindSafe for GetUserSongDisks
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