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 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 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
impl StructuralPartialEq for SetYoutubeDisplayPlaylist
Auto Trait Implementations§
impl Freeze for SetYoutubeDisplayPlaylist
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