pub enum ProverError {
ArityError,
TimeoutError,
}Variants§
Trait Implementations§
Source§impl Debug for ProverError
impl Debug for ProverError
Source§impl PartialEq for ProverError
impl PartialEq for ProverError
Source§fn eq(&self, other: &ProverError) -> bool
fn eq(&self, other: &ProverError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProverError
Auto Trait Implementations§
impl Freeze for ProverError
impl RefUnwindSafe for ProverError
impl Send for ProverError
impl Sync for ProverError
impl Unpin for ProverError
impl UnsafeUnpin for ProverError
impl UnwindSafe for ProverError
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