pub(crate) enum PollReset {
AwaitingHeaders,
Streaming,
}
Expand description
A value to detect which public API has called poll_reset
.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PollReset
impl RefUnwindSafe for PollReset
impl Send for PollReset
impl Sync for PollReset
impl Unpin for PollReset
impl UnwindSafe for PollReset
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