pub struct Es256kVerifyingKey(/* private fields */);Expand description
A verification key.
Implementations§
Source§impl Es256kVerifyingKey
impl Es256kVerifyingKey
Sourcepub fn from_slice(raw: &[u8]) -> Result<Es256kVerifyingKey>
pub fn from_slice(raw: &[u8]) -> Result<Es256kVerifyingKey>
Create a verification key from a slice.
Trait Implementations§
Source§impl AsRef<PublicKey> for Es256kVerifyingKey
impl AsRef<PublicKey> for Es256kVerifyingKey
Source§impl Clone for Es256kVerifyingKey
impl Clone for Es256kVerifyingKey
Source§fn clone(&self) -> Es256kVerifyingKey
fn clone(&self) -> Es256kVerifyingKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Es256kVerifyingKey
Source§impl Debug for Es256kVerifyingKey
impl Debug for Es256kVerifyingKey
impl Eq for Es256kVerifyingKey
Source§impl PartialEq for Es256kVerifyingKey
impl PartialEq for Es256kVerifyingKey
impl StructuralPartialEq for Es256kVerifyingKey
Auto Trait Implementations§
impl Freeze for Es256kVerifyingKey
impl RefUnwindSafe for Es256kVerifyingKey
impl Send for Es256kVerifyingKey
impl Sync for Es256kVerifyingKey
impl Unpin for Es256kVerifyingKey
impl UnsafeUnpin for Es256kVerifyingKey
impl UnwindSafe for Es256kVerifyingKey
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