pub struct Ecdsa;Expand description
ECDSA key type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ecdsa
impl RefUnwindSafe for Ecdsa
impl Send for Ecdsa
impl Sync for Ecdsa
impl Unpin for Ecdsa
impl UnwindSafe for Ecdsa
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