pub enum VerificationError {
MalformedHintError,
SignerResponseExceedsBoundError,
CommitmentHashesDontMatchError,
VerificationContextTooLongError,
}Variants§
MalformedHintError
SignerResponseExceedsBoundError
CommitmentHashesDontMatchError
VerificationContextTooLongError
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerificationError
impl RefUnwindSafe for VerificationError
impl Send for VerificationError
impl Sync for VerificationError
impl Unpin for VerificationError
impl UnsafeUnpin for VerificationError
impl UnwindSafe for VerificationError
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