Struct security_framework::secure_transport::MidHandshakeClientBuilder [−][src]
pub struct MidHandshakeClientBuilder<S> { /* fields omitted */ }Expand description
An SSL stream midway through the handshake process.
Implementations
Restarts the handshake process.
Trait Implementations
Auto Trait Implementations
impl<S> RefUnwindSafe for MidHandshakeClientBuilder<S> where
S: RefUnwindSafe, impl<S> Send for MidHandshakeClientBuilder<S> where
S: Send, impl<S> Sync for MidHandshakeClientBuilder<S> where
S: Sync, impl<S> Unpin for MidHandshakeClientBuilder<S> where
S: Unpin, impl<S> UnwindSafe for MidHandshakeClientBuilder<S> where
S: UnwindSafe,