Enum dlsite::DlsiteError
source · pub enum DlsiteError {
ReqwestError(Error),
SerdeJsonError(Error),
ParseError(String),
ServerError(String),
}Variants§
Trait Implementations§
source§impl Debug for DlsiteError
impl Debug for DlsiteError
source§impl Display for DlsiteError
impl Display for DlsiteError
source§impl Error for DlsiteError
impl Error for DlsiteError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for DlsiteError
impl From<Error> for DlsiteError
Auto Trait Implementations§
impl !RefUnwindSafe for DlsiteError
impl Send for DlsiteError
impl Sync for DlsiteError
impl Unpin for DlsiteError
impl !UnwindSafe for DlsiteError
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