pub enum FetchPhase {
Connecting(ConnectState),
Active(HttpRequest),
}Variants§
Connecting(ConnectState)
Active(HttpRequest)
Auto Trait Implementations§
impl !RefUnwindSafe for FetchPhase
impl !UnwindSafe for FetchPhase
impl Freeze for FetchPhase
impl Send for FetchPhase
impl Sync for FetchPhase
impl Unpin for FetchPhase
impl UnsafeUnpin for FetchPhase
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