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