Struct indy_vdr::pool::VerifierKey
source · pub struct VerifierKey { /* private fields */ }
Expand description
A verifier node BLS signing key
Implementations§
Trait Implementations§
source§impl Clone for VerifierKey
impl Clone for VerifierKey
source§fn clone(&self) -> VerifierKey
fn clone(&self) -> VerifierKey
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 moreAuto Trait Implementations§
impl Freeze for VerifierKey
impl RefUnwindSafe for VerifierKey
impl Send for VerifierKey
impl Sync for VerifierKey
impl Unpin for VerifierKey
impl UnwindSafe for VerifierKey
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