Struct HttpProgressStage
#[repr(transparent)]pub struct HttpProgressStage(pub i32);Tuple Fields§
§0: i32Implementations§
§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
§fn clone(&self) -> HttpProgressStage
fn clone(&self) -> HttpProgressStage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for HttpProgressStage
impl Debug for HttpProgressStage
§impl Default for HttpProgressStage
impl Default for HttpProgressStage
§fn default() -> HttpProgressStage
fn default() -> HttpProgressStage
Returns the “default value” for a type. Read more
§impl PartialEq for HttpProgressStage
impl PartialEq for HttpProgressStage
impl Copy for HttpProgressStage
impl Eq for HttpProgressStage
impl StructuralPartialEq for HttpProgressStage
Auto Trait Implementations§
impl Freeze for HttpProgressStage
impl RefUnwindSafe for HttpProgressStage
impl Send for HttpProgressStage
impl Sync for HttpProgressStage
impl Unpin for HttpProgressStage
impl UnwindSafe for HttpProgressStage
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