Struct HttpProgressStage
#[repr(transparent)]pub struct HttpProgressStage(pub i32);
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
§fn clone(&self) -> HttpProgressStage
fn clone(&self) -> HttpProgressStage
Returns a copy 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