pub enum VerifierIndexError {
SRSHasBeenSet,
}Expand description
Errors that can arise when creating a verifier index
Variants§
SRSHasBeenSet
Trait Implementations§
Source§impl Clone for VerifierIndexError
impl Clone for VerifierIndexError
Source§fn clone(&self) -> VerifierIndexError
fn clone(&self) -> VerifierIndexError
Returns a duplicate 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 VerifierIndexError
impl Debug for VerifierIndexError
Source§impl Display for VerifierIndexError
impl Display for VerifierIndexError
Source§impl Error for VerifierIndexError
impl Error for VerifierIndexError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for VerifierIndexError
impl RefUnwindSafe for VerifierIndexError
impl Send for VerifierIndexError
impl Sync for VerifierIndexError
impl Unpin for VerifierIndexError
impl UnsafeUnpin for VerifierIndexError
impl UnwindSafe for VerifierIndexError
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