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