Struct apidoc_attr::error::ApiErrorItem
source · pub struct ApiErrorItem {
pub status: u16,
pub code: String,
pub cause: String,
}Fields§
§status: u16§code: String§cause: StringAuto Trait Implementations§
impl Freeze for ApiErrorItem
impl RefUnwindSafe for ApiErrorItem
impl Send for ApiErrorItem
impl Sync for ApiErrorItem
impl Unpin for ApiErrorItem
impl UnwindSafe for ApiErrorItem
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