Enum gio_sys::GTlsError
[−]
[src]
#[repr(C)]pub enum GTlsError { Unavailable, Misc, BadCertificate, NotTls, Handshake, CertificateRequired, Eof, }
Variants
Misc
BadCertificate
NotTls
Handshake
CertificateRequired
Eof
Trait Implementations
impl Clone for GTlsError
[src]
fn clone(&self) -> GTlsError
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