Enum ckb_script::VerifyResult
source · [−]pub enum VerifyResult<'a> {
Completed(Cycle),
Suspended(TransactionState<'a>),
}
Expand description
Enum represent resumable verify result
Variants
Completed(Cycle)
Completed total cycles
Suspended(TransactionState<'a>)
Suspended state
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for VerifyResult<'a>
impl<'a> !Send for VerifyResult<'a>
impl<'a> !Sync for VerifyResult<'a>
impl<'a> Unpin for VerifyResult<'a>
impl<'a> !UnwindSafe for VerifyResult<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more