pub struct AgdbApiError {
pub status: u16,
pub description: String,
}Fields§
§status: u16§description: StringTrait Implementations§
source§impl Debug for AgdbApiError
impl Debug for AgdbApiError
source§impl Display for AgdbApiError
impl Display for AgdbApiError
source§impl Error for AgdbApiError
impl Error for AgdbApiError
1.81.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.81.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for AgdbApiError
impl RefUnwindSafe for AgdbApiError
impl Send for AgdbApiError
impl Sync for AgdbApiError
impl Unpin for AgdbApiError
impl UnwindSafe for AgdbApiError
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