pub struct PlaylistReady;
Expand description
The response message for SetPlaylist requests.
Trait Implementations§
Source§impl ChunkData for PlaylistReady
impl ChunkData for PlaylistReady
const CHANNEL: Channel = Channel::Video
const MESSAGE_TYPE: MessageType = MessageType::Command
Source§impl Clone for PlaylistReady
impl Clone for PlaylistReady
Source§fn clone(&self) -> PlaylistReady
fn clone(&self) -> PlaylistReady
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 PlaylistReady
impl Debug for PlaylistReady
Source§impl Decoder<PlaylistReady> for ByteBuffer
impl Decoder<PlaylistReady> for ByteBuffer
Source§fn decode(&mut self) -> IOResult<PlaylistReady>
fn decode(&mut self) -> IOResult<PlaylistReady>
Decodes bytes into a playlist ready
Source§impl Encoder<PlaylistReady> for ByteBuffer
impl Encoder<PlaylistReady> for ByteBuffer
Source§fn encode(&mut self, _: &PlaylistReady)
fn encode(&mut self, _: &PlaylistReady)
Encodes a playlist ready command into bytes. However this encodes nothing because has no field.
Source§impl PartialEq for PlaylistReady
impl PartialEq for PlaylistReady
impl Command for PlaylistReady
impl Copy for PlaylistReady
impl Eq for PlaylistReady
impl StructuralPartialEq for PlaylistReady
Auto Trait Implementations§
impl Freeze for PlaylistReady
impl RefUnwindSafe for PlaylistReady
impl Send for PlaylistReady
impl Sync for PlaylistReady
impl Unpin for PlaylistReady
impl UnwindSafe for PlaylistReady
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