Enum kimchi::error::VerifierIndexError
source · 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 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 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)>
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 RefUnwindSafe for VerifierIndexError
impl Send for VerifierIndexError
impl Sync for VerifierIndexError
impl Unpin 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