Struct puff_rs::errors::RequestError
source · pub struct RequestError(_);Expand description
An error structure to use in Axum requests.
Trait Implementations
sourceimpl From<Error> for RequestError
impl From<Error> for RequestError
sourceimpl IntoResponse for RequestError
impl IntoResponse for RequestError
sourcefn into_response(self) -> Response
fn into_response(self) -> Response
Create a response.
Auto Trait Implementations
impl !RefUnwindSafe for RequestError
impl Send for RequestError
impl Sync for RequestError
impl Unpin for RequestError
impl !UnwindSafe for RequestError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more