pub struct LocalVerifyingKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for LocalVerifyingKey
impl Clone for LocalVerifyingKey
Source§fn clone(&self) -> LocalVerifyingKey
fn clone(&self) -> LocalVerifyingKey
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 moreSource§impl Debug for LocalVerifyingKey
impl Debug for LocalVerifyingKey
Source§impl PartialEq for LocalVerifyingKey
impl PartialEq for LocalVerifyingKey
Source§fn eq(&self, other: &LocalVerifyingKey) -> bool
fn eq(&self, other: &LocalVerifyingKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LocalVerifyingKey
impl StructuralPartialEq for LocalVerifyingKey
Auto Trait Implementations§
impl Freeze for LocalVerifyingKey
impl RefUnwindSafe for LocalVerifyingKey
impl Send for LocalVerifyingKey
impl Sync for LocalVerifyingKey
impl Unpin for LocalVerifyingKey
impl UnsafeUnpin for LocalVerifyingKey
impl UnwindSafe for LocalVerifyingKey
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