Enum hyper::client::conn::ResponseFutureState
source · enum ResponseFutureState {
Waiting(Receiver<Result<Response<Body>, Error>>),
Error(Option<Error>),
}
Variants§
Auto Trait Implementations§
impl Freeze for ResponseFutureState
impl !RefUnwindSafe for ResponseFutureState
impl Send for ResponseFutureState
impl Sync for ResponseFutureState
impl Unpin for ResponseFutureState
impl !UnwindSafe for ResponseFutureState
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