Enum webrtc_dtls::crypto::CryptoPrivateKeyKind
source · [−]pub enum CryptoPrivateKeyKind {
Ed25519(Ed25519KeyPair),
Ecdsa256(EcdsaKeyPair),
Rsa256(RsaKeyPair),
}
Variants
Ed25519(Ed25519KeyPair)
Ecdsa256(EcdsaKeyPair)
Rsa256(RsaKeyPair)
Auto Trait Implementations
impl RefUnwindSafe for CryptoPrivateKeyKind
impl Send for CryptoPrivateKeyKind
impl Sync for CryptoPrivateKeyKind
impl Unpin for CryptoPrivateKeyKind
impl UnwindSafe for CryptoPrivateKeyKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more