pub struct SigSecretKey {
pub data: Vec<u8>,
}
Expand description
Signature secret key with automatic memory zeroization
Fields§
§data: Vec<u8>
Implementations§
Trait Implementations§
Source§impl Debug for SigSecretKey
impl Debug for SigSecretKey
Source§impl Drop for SigSecretKey
impl Drop for SigSecretKey
Source§impl PartialEq for SigSecretKey
impl PartialEq for SigSecretKey
Source§impl Zeroize for SigSecretKey
impl Zeroize for SigSecretKey
impl Eq for SigSecretKey
Auto Trait Implementations§
impl Freeze for SigSecretKey
impl RefUnwindSafe for SigSecretKey
impl Send for SigSecretKey
impl Sync for SigSecretKey
impl Unpin for SigSecretKey
impl UnwindSafe for SigSecretKey
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