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