pub struct PlaybackContinuing {
pub playback: Playback,
}Expand description
Event showing the continuation of a media playback operation from one media URI to the next in the list.
Fields§
§playback: PlaybackPlayback control object
Trait Implementations§
Source§impl Clone for PlaybackContinuing
impl Clone for PlaybackContinuing
Source§fn clone(&self) -> PlaybackContinuing
fn clone(&self) -> PlaybackContinuing
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 PlaybackContinuing
impl Debug for PlaybackContinuing
Source§impl Default for PlaybackContinuing
impl Default for PlaybackContinuing
Source§fn default() -> PlaybackContinuing
fn default() -> PlaybackContinuing
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlaybackContinuing
impl<'de> Deserialize<'de> for PlaybackContinuing
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PlaybackContinuing
impl PartialEq for PlaybackContinuing
impl StructuralPartialEq for PlaybackContinuing
Auto Trait Implementations§
impl Freeze for PlaybackContinuing
impl RefUnwindSafe for PlaybackContinuing
impl Send for PlaybackContinuing
impl Sync for PlaybackContinuing
impl Unpin for PlaybackContinuing
impl UnwindSafe for PlaybackContinuing
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