pub struct KodikResponse {
pub links: Links,
}Expand description
Response structure for player data containing video links
Fields§
§links: LinksAvailable video links organized by quality
Trait Implementations§
Source§impl Debug for KodikResponse
impl Debug for KodikResponse
Source§impl<'de> Deserialize<'de> for KodikResponse
impl<'de> Deserialize<'de> for KodikResponse
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 KodikResponse
impl RefUnwindSafe for KodikResponse
impl Send for KodikResponse
impl Sync for KodikResponse
impl Unpin for KodikResponse
impl UnsafeUnpin for KodikResponse
impl UnwindSafe for KodikResponse
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