Searched defs:HandshakeError (Results 1 – 5 of 5) sorted by relevance
26 pub enum HandshakeError { enum72 fn to_connection_context(&mut self) -> Result<D2DConnectionContextV1<R>, HandshakeError>; in to_connection_context() argument81 fn to_completed_handshake(&self) -> Result<&CompletedHandshake, HandshakeError>; in to_completed_handshake() argument160 fn to_connection_context(&mut self) -> Result<D2DConnectionContextV1<R>, HandshakeError> { in to_connection_context() argument168 fn to_completed_handshake(&self) -> Result<&CompletedHandshake, HandshakeError> { in to_completed_handshake() argument267 fn to_completed_handshake(&self) -> Result<&CompletedHandshake, HandshakeError> { in to_completed_handshake() argument276 fn to_connection_context(&mut self) -> Result<D2DConnectionContextV1<R>, HandshakeError> { in to_connection_context() argument
56 pub enum HandshakeError<Role: HandshakeRole> { enum63 impl<Role: HandshakeRole> fmt::Debug for HandshakeError<Role> { implementation72 impl<Role: HandshakeRole> fmt::Display for HandshakeError<Role> { implementation81 impl<Role: HandshakeRole> ErrorTrait for HandshakeError<Role> {} implementation83 impl<Role: HandshakeRole> From<Error> for HandshakeError<Role> { implementation
138 pub enum HandshakeError<S> { enum149 impl<S: fmt::Debug> StdError for HandshakeError<S> { implementation158 impl<S: fmt::Debug> fmt::Display for HandshakeError<S> { implementation181 impl<S> From<ErrorStack> for HandshakeError<S> { implementation
148 TEST_F(SOCKSConnectJobTest, HandshakeError) { in TEST_F() argument
90 HandshakeError(HandshakeError), enumerator