Enum openssl::ssl::ShutdownResult
[−]
[src]
pub enum ShutdownResult { Sent, Received, }
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
impl Copy for ShutdownResult
[src]
impl Clone for ShutdownResult
[src]
fn clone(&self) -> ShutdownResult
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for ShutdownResult
[src]
impl PartialEq for ShutdownResult
[src]
fn eq(&self, __arg_0: &ShutdownResult) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.