pub enum DkimPrivateKey {
Rsa(RsaPrivateKey),
Ed25519(SigningKey),
}Variants§
Rsa(RsaPrivateKey)
Ed25519(SigningKey)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DkimPrivateKey
impl RefUnwindSafe for DkimPrivateKey
impl Send for DkimPrivateKey
impl Sync for DkimPrivateKey
impl Unpin for DkimPrivateKey
impl UnwindSafe for DkimPrivateKey
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