Struct hyper::ffi::hyper_error
source · pub struct hyper_error(/* private fields */);Expand description
A more detailed error object returned by some hyper functions.
Auto Trait Implementations§
impl !RefUnwindSafe for hyper_error
impl Send for hyper_error
impl Sync for hyper_error
impl Unpin for hyper_error
impl !UnwindSafe for hyper_error
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