pub struct PlaybackStoppedRequest {
pub item_id: String,
pub position_ticks: i64,
pub play_session_id: Option<String>,
}Expand description
Request body for reporting playback stopped
Fields§
§item_id: String§position_ticks: i64§play_session_id: Option<String>Trait Implementations§
Source§impl Debug for PlaybackStoppedRequest
impl Debug for PlaybackStoppedRequest
Auto Trait Implementations§
impl Freeze for PlaybackStoppedRequest
impl RefUnwindSafe for PlaybackStoppedRequest
impl Send for PlaybackStoppedRequest
impl Sync for PlaybackStoppedRequest
impl Unpin for PlaybackStoppedRequest
impl UnsafeUnpin for PlaybackStoppedRequest
impl UnwindSafe for PlaybackStoppedRequest
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