Enum gio_sys::GTlsError [] [src]

pub enum GTlsError {
    Unavailable,
    Misc,
    BadCertificate,
    NotTls,
    Handshake,
    CertificateRequired,
    Eof,
}

Variants

Trait Implementations

impl Clone for GTlsError
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GTlsError
[src]

impl Debug for GTlsError
[src]

[]

Formats the value using the given formatter.

impl Eq for GTlsError
[src]

impl PartialEq for GTlsError
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.