Struct quinn_proto::crypto::rustls::HandshakeData [−][src]
Authentication data for (rustls) TLS session
Fields
protocol: Option<Vec<u8>>The negotiated application protocol, if ALPN is in use
Guaranteed to be set if a nonempty list of protocols was specified for this connection.
server_name: Option<String>The server name specified by the client, if any
Always None for outgoing connections
Auto Trait Implementations
impl RefUnwindSafe for HandshakeData
impl RefUnwindSafe for HandshakeDataimpl Send for HandshakeData
impl Send for HandshakeDataimpl Sync for HandshakeData
impl Sync for HandshakeDataimpl Unpin for HandshakeData
impl Unpin for HandshakeDataimpl UnwindSafe for HandshakeData
impl UnwindSafe for HandshakeDataBlanket 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>,