pub struct LengthRequired { /* private fields */ }
Expand description
A content-length header is required
Trait Implementations§
Source§impl Debug for LengthRequired
impl Debug for LengthRequired
Source§impl Display for LengthRequired
impl Display for LengthRequired
Source§impl Error for LengthRequired
impl Error for LengthRequired
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()
Auto Trait Implementations§
impl Freeze for LengthRequired
impl RefUnwindSafe for LengthRequired
impl Send for LengthRequired
impl Sync for LengthRequired
impl Unpin for LengthRequired
impl UnwindSafe for LengthRequired
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