Enum openssl::ssl::ShutdownResult [−][src]
pub enum ShutdownResult {
Sent,
Received,
}
Expand description
The result of a shutdown request.
Variants
Sent
A close notify message has been sent to the peer.
Received
A close notify response message has been received from the peer.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ShutdownResult
impl Send for ShutdownResult
impl Sync for ShutdownResult
impl Unpin for ShutdownResult
impl UnwindSafe for ShutdownResult
Blanket Implementations
Mutably borrows from an owned value. Read more