Struct stremio_core::deep_links::LibraryDeepLinks
source · pub struct LibraryDeepLinks {
pub library: String,
}
Fields§
§library: String
Trait Implementations§
source§impl From<&String> for LibraryDeepLinks
impl From<&String> for LibraryDeepLinks
source§impl From<(&String, &LibraryRequest)> for LibraryDeepLinks
impl From<(&String, &LibraryRequest)> for LibraryDeepLinks
source§fn from((root, request): (&String, &LibraryRequest)) -> Self
fn from((root, request): (&String, &LibraryRequest)) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LibraryDeepLinks
impl RefUnwindSafe for LibraryDeepLinks
impl Send for LibraryDeepLinks
impl Sync for LibraryDeepLinks
impl Unpin for LibraryDeepLinks
impl UnwindSafe for LibraryDeepLinks
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