struct PqdsaSigner {
key: Arc<PqdsaKeyPair>,
kind: PqdsaKeyKind,
}Fields§
§key: Arc<PqdsaKeyPair>§kind: PqdsaKeyKindTrait Implementations§
Source§impl Debug for PqdsaSigner
impl Debug for PqdsaSigner
Auto Trait Implementations§
impl Freeze for PqdsaSigner
impl RefUnwindSafe for PqdsaSigner
impl Send for PqdsaSigner
impl Sync for PqdsaSigner
impl Unpin for PqdsaSigner
impl UnsafeUnpin for PqdsaSigner
impl UnwindSafe for PqdsaSigner
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