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
pub const DetectingProxy: Self
pub const ResolvingName: Self
pub const ConnectingToServer: Self
pub const NegotiatingSsl: Self
pub const SendingHeaders: Self
pub const SendingContent: Self
pub const WaitingForResponse: Self
pub const ReceivingHeaders: Self
pub const ReceivingContent: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more