pub struct VerificationKey(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for VerificationKey
impl Clone for VerificationKey
Source§fn clone(&self) -> VerificationKey
fn clone(&self) -> VerificationKey
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 VerificationKey
impl Debug for VerificationKey
Source§impl Display for VerificationKey
impl Display for VerificationKey
Source§impl From<VerificationKey> for Id
impl From<VerificationKey> for Id
Source§impl From<VerificationKey> for Id
impl From<VerificationKey> for Id
Source§impl From<VerificationKey> for PublicKey
impl From<VerificationKey> for PublicKey
Source§impl From<VerificationKey> for VerificationKey
impl From<VerificationKey> for VerificationKey
Source§fn from(vk: VerificationKey) -> Self
fn from(vk: VerificationKey) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VerificationKey
impl PartialEq for VerificationKey
Source§impl TryFrom<&[u8]> for VerificationKey
impl TryFrom<&[u8]> for VerificationKey
Source§impl TryFrom<VerificationKey> for VerificationKey
impl TryFrom<VerificationKey> for VerificationKey
impl Copy for VerificationKey
impl Eq for VerificationKey
impl StructuralPartialEq for VerificationKey
Auto Trait Implementations§
impl Freeze for VerificationKey
impl RefUnwindSafe for VerificationKey
impl Send for VerificationKey
impl Sync for VerificationKey
impl Unpin for VerificationKey
impl UnwindSafe for VerificationKey
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