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