Struct openssl::ssl::ClientHelloResponse [−][src]
pub struct ClientHelloResponse(_);
Expand description
The result of a client hello callback.
Requires OpenSSL 1.1.1 or newer.
Implementations
Continue the handshake.
Return from the handshake with an ErrorCode::WANT_CLIENT_HELLO_CB
error.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ClientHelloResponse
impl Send for ClientHelloResponse
impl Sync for ClientHelloResponse
impl Unpin for ClientHelloResponse
impl UnwindSafe for ClientHelloResponse
Blanket Implementations
Mutably borrows from an owned value. Read more