Struct ppppp_crypto::VerifyingKey
source · pub struct VerifyingKey(/* private fields */);
Expand description
A public key to verify signatures
Implementations§
Trait Implementations§
source§impl AsBytes<32> for VerifyingKey
impl AsBytes<32> for VerifyingKey
source§impl Clone for VerifyingKey
impl Clone for VerifyingKey
source§fn clone(&self) -> VerifyingKey
fn clone(&self) -> VerifyingKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VerifyingKey
impl Debug for VerifyingKey
source§impl<'de> Deserialize<'de> for VerifyingKey
impl<'de> Deserialize<'de> for VerifyingKey
source§fn deserialize<D>(deserializer: D) -> Result<VerifyingKey, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<VerifyingKey, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for VerifyingKey
impl Display for VerifyingKey
source§impl From<&VerifyingKey> for String
impl From<&VerifyingKey> for String
source§fn from(value: &VerifyingKey) -> String
fn from(value: &VerifyingKey) -> String
Converts to this type from the input type.
source§impl FromBytes<32> for VerifyingKey
impl FromBytes<32> for VerifyingKey
source§impl FromStr for VerifyingKey
impl FromStr for VerifyingKey
source§impl PartialEq<VerifyingKey> for VerifyingKey
impl PartialEq<VerifyingKey> for VerifyingKey
source§impl Serialize for VerifyingKey
impl Serialize for VerifyingKey
source§impl TryFrom<String> for VerifyingKey
impl TryFrom<String> for VerifyingKey
impl Eq for VerifyingKey
impl StructuralEq for VerifyingKey
Auto Trait Implementations§
impl RefUnwindSafe for VerifyingKey
impl Send for VerifyingKey
impl Sync for VerifyingKey
impl Unpin for VerifyingKey
impl UnwindSafe for VerifyingKey
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