pub struct TransferPrivateVerifier;
Implementations§
source§impl TransferPrivateVerifier
impl TransferPrivateVerifier
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"2b487c0b05c5997a7405bbdcd9583cba17da8adf192d6b314dfa95fd70db18ea\",\n \"prover_size\": 75823940,\n \"verifier_checksum\": \"3a3cbba0e1e038eb15acba228157885b63a779e5c5cb061466948f408fab8439\",\n \"verifier_size\": 665\n}"
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Trait Implementations§
source§impl Clone for TransferPrivateVerifier
impl Clone for TransferPrivateVerifier
source§fn clone(&self) -> TransferPrivateVerifier
fn clone(&self) -> TransferPrivateVerifier
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 TransferPrivateVerifier
impl Debug for TransferPrivateVerifier
source§impl PartialEq for TransferPrivateVerifier
impl PartialEq for TransferPrivateVerifier
source§fn eq(&self, other: &TransferPrivateVerifier) -> bool
fn eq(&self, other: &TransferPrivateVerifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TransferPrivateVerifier
impl StructuralEq for TransferPrivateVerifier
impl StructuralPartialEq for TransferPrivateVerifier
Auto Trait Implementations§
impl RefUnwindSafe for TransferPrivateVerifier
impl Send for TransferPrivateVerifier
impl Sync for TransferPrivateVerifier
impl Unpin for TransferPrivateVerifier
impl UnwindSafe for TransferPrivateVerifier
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.