pub struct SetValidatorStateVerifier;
Implementations§
Source§impl SetValidatorStateVerifier
impl SetValidatorStateVerifier
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"34421c854adfff6a5b3c5671f9d1a169835b63328d570d64f1302444af0ea75d\",\n \"prover_size\": 17390188,\n \"verifier_checksum\": \"65c8aa0d579e1c71992febd049ad71bbb8ba34f72d47296e7ad1cd208875ff66\",\n \"verifier_size\": 673\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
impl Eq for SetValidatorStateVerifier
impl StructuralPartialEq for SetValidatorStateVerifier
Auto Trait Implementations§
impl Freeze for SetValidatorStateVerifier
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.