Enum stremio_core::models::ctx::CtxError
source · pub enum CtxError {
API(APIError),
Env(EnvError),
Other(OtherError),
}
Variants§
Trait Implementations§
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.
impl Eq for CtxError
impl StructuralPartialEq for CtxError
Auto Trait Implementations§
impl Freeze for CtxError
impl RefUnwindSafe for CtxError
impl Send for CtxError
impl Sync for CtxError
impl Unpin for CtxError
impl UnwindSafe for CtxError
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
)