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