pub struct ApiErrorImpl {
pub error_response: HttpResponse,
pub method: Option<String>,
pub path: Option<String>,
}Fields§
§error_response: HttpResponse§method: Option<String>§path: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApiErrorImpl
impl RefUnwindSafe for ApiErrorImpl
impl Send for ApiErrorImpl
impl Sync for ApiErrorImpl
impl Unpin for ApiErrorImpl
impl UnwindSafe for ApiErrorImpl
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