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 UnsafeUnpin 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