[−][src]Struct openssl::ssl::ErrorCode
An error code returned from SSL functions.
Methods
impl ErrorCode
[src][−]
pub fn from_raw(raw: c_int) -> ErrorCode
[src]
pub fn as_raw(&self) -> c_int
[src]
pub const ZERO_RETURN: ErrorCode
[src][−][−]
The SSL session has been closed.
pub const WANT_READ: ErrorCode
[src][−][−]
An attempt to read data from the underlying socket returned WouldBlock
.
Wait for read readiness and retry the operation.
pub const WANT_WRITE: ErrorCode
[src][−][−]
An attempt to write data to the underlying socket returned WouldBlock
.
Wait for write readiness and retry the operation.
pub const SYSCALL: ErrorCode
[src][−][−]
A non-recoverable IO error occurred.
pub const SSL: ErrorCode
[src][−][−]
An error occurred in the SSL library.
Trait Implementations
impl Clone for ErrorCode
[src][+]
impl Copy for ErrorCode
[src]
impl Debug for ErrorCode
[src][+]
impl Eq for ErrorCode
[src]
impl PartialEq<ErrorCode> for ErrorCode
[src][+]
impl StructuralEq for ErrorCode
[src]
impl StructuralPartialEq for ErrorCode
[src]
Auto Trait Implementations
impl RefUnwindSafe for ErrorCode
impl Send for ErrorCode
impl Sync for ErrorCode
impl Unpin for ErrorCode
impl UnwindSafe for ErrorCode
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,