Enum dnd_character::api::shared::ApiError
source · pub enum ApiError {
Reqwest(CynicReqwestError),
Schema,
}Variants§
Reqwest(CynicReqwestError)
Schema
Trait Implementations§
source§impl From<CynicReqwestError> for ApiError
impl From<CynicReqwestError> for ApiError
source§fn from(e: CynicReqwestError) -> Self
fn from(e: CynicReqwestError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for ApiError
impl Send for ApiError
impl Sync for ApiError
impl Unpin for ApiError
impl !UnwindSafe for ApiError
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