#[repr(C)]pub enum GTlsError {
Unavailable = 0,
Misc = 1,
BadCertificate = 2,
NotTls = 3,
Handshake = 4,
CertificateRequired = 5,
Eof = 6,
}Variants§
Auto Trait Implementations§
impl Freeze for GTlsError
impl RefUnwindSafe for GTlsError
impl Send for GTlsError
impl Sync for GTlsError
impl Unpin for GTlsError
impl UnwindSafe for GTlsError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more