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 Copy for ShutdownResult
impl Clone for ShutdownResult
[src]
impl Clone for ShutdownResult
fn clone(&self) -> ShutdownResult
[src]
fn clone(&self) -> ShutdownResult
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for ShutdownResult
[src]
impl Debug for ShutdownResult
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for ShutdownResult
[src]
impl PartialEq for ShutdownResult
fn eq(&self, other: &ShutdownResult) -> bool
[src]
fn eq(&self, other: &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[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for ShutdownResult
[src]
impl Eq for ShutdownResult
Auto Trait Implementations
impl Send for ShutdownResult
impl Send for ShutdownResult
impl Sync for ShutdownResult
impl Sync for ShutdownResult