pub struct HTTPBodyTooLargeError();Expand description
The HTTP body size exceeds the allowable limits.
Trait Implementations§
Source§impl Debug for HTTPBodyTooLargeError
impl Debug for HTTPBodyTooLargeError
Source§impl Display for HTTPBodyTooLargeError
impl Display for HTTPBodyTooLargeError
Source§impl Error for HTTPBodyTooLargeError
impl Error for HTTPBodyTooLargeError
1.30.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.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<HTTPBodyTooLargeError> for HttpError
impl From<HTTPBodyTooLargeError> for HttpError
Source§fn from(_: HTTPBodyTooLargeError) -> Self
fn from(_: HTTPBodyTooLargeError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for HTTPBodyTooLargeError
impl RefUnwindSafe for HTTPBodyTooLargeError
impl Send for HTTPBodyTooLargeError
impl Sync for HTTPBodyTooLargeError
impl Unpin for HTTPBodyTooLargeError
impl UnwindSafe for HTTPBodyTooLargeError
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