pub enum TransportStage {
Send,
ReadBody,
Timeout,
HttpStatus,
}Variants§
Trait Implementations§
Source§impl Clone for TransportStage
impl Clone for TransportStage
Source§fn clone(&self) -> TransportStage
fn clone(&self) -> TransportStage
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 moreSource§impl Debug for TransportStage
impl Debug for TransportStage
Source§impl PartialEq for TransportStage
impl PartialEq for TransportStage
impl Copy for TransportStage
impl Eq for TransportStage
impl StructuralPartialEq for TransportStage
Auto Trait Implementations§
impl Freeze for TransportStage
impl RefUnwindSafe for TransportStage
impl Send for TransportStage
impl Sync for TransportStage
impl Unpin for TransportStage
impl UnsafeUnpin for TransportStage
impl UnwindSafe for TransportStage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.