pub struct EcdsaPublicKey {
pub key: VerifyingKey,
}
Fields§
§key: VerifyingKey
Implementations§
Trait Implementations§
Source§impl TryFrom<&EcdsaPublicKey> for EcdsaRawPublicKey
impl TryFrom<&EcdsaPublicKey> for EcdsaRawPublicKey
Source§impl TryFrom<&EcdsaRawPublicKey> for EcdsaPublicKey
impl TryFrom<&EcdsaRawPublicKey> for EcdsaPublicKey
Source§impl TryFrom<EcdsaPublicKey> for EcdsaRawPublicKey
impl TryFrom<EcdsaPublicKey> for EcdsaRawPublicKey
Auto Trait Implementations§
impl Freeze for EcdsaPublicKey
impl RefUnwindSafe for EcdsaPublicKey
impl Send for EcdsaPublicKey
impl Sync for EcdsaPublicKey
impl Unpin for EcdsaPublicKey
impl UnwindSafe for EcdsaPublicKey
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