Struct pgp::native::types::DSASecretKey
source · pub struct DSASecretKey { /* private fields */ }
Expand description
Secret key for DSA.
Trait Implementations§
source§impl Clone for DSASecretKey
impl Clone for DSASecretKey
source§fn clone(&self) -> DSASecretKey
fn clone(&self) -> DSASecretKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DSASecretKey
impl Debug for DSASecretKey
source§impl Drop for DSASecretKey
impl Drop for DSASecretKey
source§impl PartialEq<DSASecretKey> for DSASecretKey
impl PartialEq<DSASecretKey> for DSASecretKey
source§fn eq(&self, other: &DSASecretKey) -> bool
fn eq(&self, other: &DSASecretKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Zeroize for DSASecretKey
impl Zeroize for DSASecretKey
impl Eq for DSASecretKey
impl StructuralEq for DSASecretKey
impl StructuralPartialEq for DSASecretKey
Auto Trait Implementations§
impl RefUnwindSafe for DSASecretKey
impl Send for DSASecretKey
impl Sync for DSASecretKey
impl Unpin for DSASecretKey
impl UnwindSafe for DSASecretKey
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.