#[repr(i32)]pub enum CertFailResult {
TerminateConnection = 0,
EstablishConnection = 1,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CertFailResult
impl RefUnwindSafe for CertFailResult
impl Send for CertFailResult
impl Sync for CertFailResult
impl Unpin for CertFailResult
impl UnwindSafe for CertFailResult
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