Struct quinn_proto::ConnectionHandle [−][src]
pub struct ConnectionHandle(pub usize);
Internal identifier for a Connection currently associated with an endpoint
Trait Implementations
impl Clone for ConnectionHandle[src]
impl Clone for ConnectionHandle[src]fn clone(&self) -> ConnectionHandle[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ConnectionHandle[src]
impl Copy for ConnectionHandle[src]impl Eq for ConnectionHandle[src]
impl Eq for ConnectionHandle[src]impl Hash for ConnectionHandle[src]
impl Hash for ConnectionHandle[src]impl Ord for ConnectionHandle[src]
impl Ord for ConnectionHandle[src]impl PartialEq<ConnectionHandle> for ConnectionHandle[src]
impl PartialEq<ConnectionHandle> for ConnectionHandle[src]fn eq(&self, other: &ConnectionHandle) -> bool[src]
fn ne(&self, other: &ConnectionHandle) -> bool[src]
impl PartialOrd<ConnectionHandle> for ConnectionHandle[src]
impl PartialOrd<ConnectionHandle> for ConnectionHandle[src]fn partial_cmp(&self, other: &ConnectionHandle) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StructuralEq for ConnectionHandle[src]
impl StructuralEq for ConnectionHandle[src]impl StructuralPartialEq for ConnectionHandle[src]
impl StructuralPartialEq for ConnectionHandle[src]Auto Trait Implementations
impl RefUnwindSafe for ConnectionHandle
impl RefUnwindSafe for ConnectionHandleimpl Send for ConnectionHandle
impl Send for ConnectionHandleimpl Sync for ConnectionHandle
impl Sync for ConnectionHandleimpl Unpin for ConnectionHandle
impl Unpin for ConnectionHandleimpl UnwindSafe for ConnectionHandle
impl UnwindSafe for ConnectionHandleBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,