pub struct ECDSASigner { /* private fields */ }
Expand description
High-level ECDSA signer
Implementations§
Source§impl ECDSASigner
impl ECDSASigner
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ECDSASigner
impl RefUnwindSafe for ECDSASigner
impl Send for ECDSASigner
impl Sync for ECDSASigner
impl Unpin for ECDSASigner
impl UnwindSafe for ECDSASigner
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