Struct stremio_core::deep_links::VideoDeepLinks
source · pub struct VideoDeepLinks {
pub meta_details_videos: String,
pub meta_details_streams: String,
pub player: Option<String>,
pub external_player: Option<ExternalPlayerLink>,
}
Fields§
§meta_details_videos: String
§meta_details_streams: String
§player: Option<String>
§external_player: Option<ExternalPlayerLink>
Trait Implementations§
source§impl From<(&Video, &ResourceRequest, &Option<Url>, &Settings)> for VideoDeepLinks
impl From<(&Video, &ResourceRequest, &Option<Url>, &Settings)> for VideoDeepLinks
source§impl From<(&Video, &ResourceRequest, &ResourceRequest, &Option<Url>, &Settings)> for VideoDeepLinks
impl From<(&Video, &ResourceRequest, &ResourceRequest, &Option<Url>, &Settings)> for VideoDeepLinks
source§fn from(
(video, stream_request, meta_request, streaming_server_url, settings): (&Video, &ResourceRequest, &ResourceRequest, &Option<Url>, &Settings),
) -> Self
fn from( (video, stream_request, meta_request, streaming_server_url, settings): (&Video, &ResourceRequest, &ResourceRequest, &Option<Url>, &Settings), ) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VideoDeepLinks
impl RefUnwindSafe for VideoDeepLinks
impl Send for VideoDeepLinks
impl Sync for VideoDeepLinks
impl Unpin for VideoDeepLinks
impl UnwindSafe for VideoDeepLinks
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