pub struct VerifyKey(/* private fields */);Expand description
Ed25519 verification key
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VerifyKey
impl<'de> Deserialize<'de> for VerifyKey
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for VerifyKey
Auto Trait Implementations§
impl Freeze for VerifyKey
impl RefUnwindSafe for VerifyKey
impl Send for VerifyKey
impl Sync for VerifyKey
impl Unpin for VerifyKey
impl UnsafeUnpin for VerifyKey
impl UnwindSafe for VerifyKey
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