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