Enum stremio_core::models::ctx::error::OtherError
source · pub enum OtherError {
UserNotLoggedIn,
LibraryItemNotFound,
AddonAlreadyInstalled,
AddonNotInstalled,
AddonIsProtected,
AddonConfigurationRequired,
UserAddonsAreLocked,
UserLibraryIsMissing,
}
Variants§
UserNotLoggedIn
LibraryItemNotFound
AddonAlreadyInstalled
AddonNotInstalled
AddonIsProtected
AddonConfigurationRequired
UserAddonsAreLocked
UserLibraryIsMissing
Implementations§
Trait Implementations§
source§impl Clone for OtherError
impl Clone for OtherError
source§fn clone(&self) -> OtherError
fn clone(&self) -> OtherError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OtherError
impl Debug for OtherError
source§impl From<OtherError> for CtxError
impl From<OtherError> for CtxError
source§fn from(error: OtherError) -> Self
fn from(error: OtherError) -> Self
Converts to this type from the input type.
source§impl PartialEq for OtherError
impl PartialEq for OtherError
source§impl Serialize for OtherError
impl Serialize for OtherError
impl Eq for OtherError
impl StructuralPartialEq for OtherError
Auto Trait Implementations§
impl Freeze for OtherError
impl RefUnwindSafe for OtherError
impl Send for OtherError
impl Sync for OtherError
impl Unpin for OtherError
impl UnwindSafe for OtherError
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)