pub struct SkipTo {
pub track_uid: Option<String>,
pub track_uri: Option<String>,
pub track_index: Option<u32>,
}Fields§
§track_uid: Option<String>§track_uri: Option<String>§track_index: Option<u32>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SkipTo
impl<'de> Deserialize<'de> for SkipTo
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
Auto Trait Implementations§
impl Freeze for SkipTo
impl RefUnwindSafe for SkipTo
impl Send for SkipTo
impl Sync for SkipTo
impl Unpin for SkipTo
impl UnwindSafe for SkipTo
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