Enum openssl::ssl::ShutdownResult [−][src]
pub enum ShutdownResult { Sent, Received, }
The result of a shutdown request.
Variants
A close notify message has been sent to the peer.
A close notify response message has been received from the peer.
Trait Implementations
impl Clone for ShutdownResult
[src]
impl Clone for ShutdownResult
[src]fn clone(&self) -> ShutdownResult
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<ShutdownResult> for ShutdownResult
[src]
impl PartialEq<ShutdownResult> for ShutdownResult
[src]