Enum openssl::ssl::ShutdownResult [−][src]
pub enum ShutdownResult {
Sent,
Received,
}The result of a shutdown request.
Variants
SentA close notify message has been sent to the peer.
ReceivedA close notify response message has been received from the peer.
Trait Implementations
impl Copy for ShutdownResult[src]
impl Copy for ShutdownResultimpl Clone for ShutdownResult[src]
impl Clone for ShutdownResultfn clone(&self) -> ShutdownResult[src]
fn clone(&self) -> ShutdownResultReturns 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 ShutdownResultfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ShutdownResult[src]
impl PartialEq for ShutdownResultfn eq(&self, other: &ShutdownResult) -> bool[src]
fn eq(&self, other: &ShutdownResult) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ShutdownResult[src]
impl Eq for ShutdownResultAuto Trait Implementations
impl Send for ShutdownResult
impl Send for ShutdownResultimpl Sync for ShutdownResult
impl Sync for ShutdownResult