Enum tls_api_test_2::AcceptorKeyKind 
source · pub enum AcceptorKeyKind {
    Pkcs12,
    Der,
}Variants§
Auto Trait Implementations§
impl Freeze for AcceptorKeyKind
impl RefUnwindSafe for AcceptorKeyKind
impl Send for AcceptorKeyKind
impl Sync for AcceptorKeyKind
impl Unpin for AcceptorKeyKind
impl UnwindSafe for AcceptorKeyKind
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