pub enum EstablishmentStage {
Dns,
Tcp,
Tls,
ProtocolBinding,
ProxyTunnel,
RouteExhausted,
}Variants§
Trait Implementations§
Source§impl Clone for EstablishmentStage
impl Clone for EstablishmentStage
Source§fn clone(&self) -> EstablishmentStage
fn clone(&self) -> EstablishmentStage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EstablishmentStage
Source§impl Debug for EstablishmentStage
impl Debug for EstablishmentStage
impl Eq for EstablishmentStage
Source§impl Hash for EstablishmentStage
impl Hash for EstablishmentStage
Source§impl PartialEq for EstablishmentStage
impl PartialEq for EstablishmentStage
Source§fn eq(&self, other: &EstablishmentStage) -> bool
fn eq(&self, other: &EstablishmentStage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EstablishmentStage
Auto Trait Implementations§
impl Freeze for EstablishmentStage
impl RefUnwindSafe for EstablishmentStage
impl Send for EstablishmentStage
impl Sync for EstablishmentStage
impl Unpin for EstablishmentStage
impl UnsafeUnpin for EstablishmentStage
impl UnwindSafe for EstablishmentStage
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.