Struct ckb_verification_contextual::ContextualBlockVerifier [−][src]
pub struct ContextualBlockVerifier<'a, CS> { /* fields omitted */ }Expand description
Context-dependent verification checks for block
Contains:
Implementations
impl<'a, CS: ChainStore<'a>> ContextualBlockVerifier<'a, CS>[src]
impl<'a, CS: ChainStore<'a>> ContextualBlockVerifier<'a, CS>[src]pub fn new(context: &'a VerifyContext<'a, CS>) -> Self[src]
pub fn new(context: &'a VerifyContext<'a, CS>) -> Self[src]Create new ContextualBlockVerifier
Auto Trait Implementations
impl<'a, CS> RefUnwindSafe for ContextualBlockVerifier<'a, CS> where
CS: RefUnwindSafe,
CS: RefUnwindSafe,
impl<'a, CS> Send for ContextualBlockVerifier<'a, CS> where
CS: Sync,
CS: Sync,
impl<'a, CS> Sync for ContextualBlockVerifier<'a, CS> where
CS: Sync,
CS: Sync,
impl<'a, CS> Unpin for ContextualBlockVerifier<'a, CS>
impl<'a, CS> UnwindSafe for ContextualBlockVerifier<'a, CS> where
CS: RefUnwindSafe,
CS: RefUnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,