Struct stremio_core::runtime::msg::CtxAuthResponse
source · pub struct CtxAuthResponse {
pub auth: Auth,
pub addons_result: Result<Vec<Descriptor>, CtxError>,
pub library_items_result: Result<Vec<LibraryItem>, CtxError>,
}
Fields§
§auth: Auth
§addons_result: Result<Vec<Descriptor>, CtxError>
§library_items_result: Result<Vec<LibraryItem>, CtxError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CtxAuthResponse
impl RefUnwindSafe for CtxAuthResponse
impl Send for CtxAuthResponse
impl Sync for CtxAuthResponse
impl Unpin for CtxAuthResponse
impl UnwindSafe for CtxAuthResponse
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