pub struct TransferPublicToPrivateVerifier;
Implementations§
source§impl TransferPublicToPrivateVerifier
impl TransferPublicToPrivateVerifier
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"1bcddf96204302f7a5eb371c3b482f3a8cc102ff222d8bb85328121d927322e1\",\n \"prover_size\": 38288044,\n \"verifier_checksum\": \"b094554656f1716b5212a98e9c55e544f87f69575fdcc4a8783b5cb4ed6de54b\",\n \"verifier_size\": 665\n}"
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Trait Implementations§
source§impl Clone for TransferPublicToPrivateVerifier
impl Clone for TransferPublicToPrivateVerifier
source§fn clone(&self) -> TransferPublicToPrivateVerifier
fn clone(&self) -> TransferPublicToPrivateVerifier
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 PartialEq for TransferPublicToPrivateVerifier
impl PartialEq for TransferPublicToPrivateVerifier
source§fn eq(&self, other: &TransferPublicToPrivateVerifier) -> bool
fn eq(&self, other: &TransferPublicToPrivateVerifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TransferPublicToPrivateVerifier
impl StructuralEq for TransferPublicToPrivateVerifier
impl StructuralPartialEq for TransferPublicToPrivateVerifier
Auto Trait Implementations§
impl RefUnwindSafe for TransferPublicToPrivateVerifier
impl Send for TransferPublicToPrivateVerifier
impl Sync for TransferPublicToPrivateVerifier
impl Unpin for TransferPublicToPrivateVerifier
impl UnwindSafe for TransferPublicToPrivateVerifier
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.