Struct windows_sys::Web::Http::HttpProgressStage
[−]#[repr(transparent)]pub struct HttpProgressStage(pub i32);
Expand description
Required features: "Web_Http"
Tuple Fields
0: i32
Implementations
impl HttpProgressStage
impl HttpProgressStage
pub const None: Self = Self(0i32)
pub const DetectingProxy: Self = Self(10i32)
pub const ResolvingName: Self = Self(20i32)
pub const ConnectingToServer: Self = Self(30i32)
pub const NegotiatingSsl: Self = Self(40i32)
pub const SendingHeaders: Self = Self(50i32)
pub const SendingContent: Self = Self(60i32)
pub const WaitingForResponse: Self = Self(70i32)
pub const ReceivingHeaders: Self = Self(80i32)
pub const ReceivingContent: Self = Self(90i32)
Trait Implementations
impl Clone for HttpProgressStage
impl Clone for HttpProgressStage
impl Copy for HttpProgressStage
Auto Trait Implementations
impl RefUnwindSafe for HttpProgressStage
impl Send for HttpProgressStage
impl Sync for HttpProgressStage
impl Unpin for HttpProgressStage
impl UnwindSafe for HttpProgressStage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more