pub struct Blocks;
Expand description
A mode for verifying blocks.
Trait Implementations
sourceimpl Kind for Blocks
impl Kind for Blocks
type Input = Unverified
type Input = Unverified
The first stage: completely unverified.
type Unverified = Unverified
type Unverified = Unverified
The second stage: partially verified.
type Verified = PreverifiedBlock
type Verified = PreverifiedBlock
The third stage: completely verified.
Auto Trait Implementations
impl RefUnwindSafe for Blocks
impl Send for Blocks
impl Sync for Blocks
impl Unpin for Blocks
impl UnwindSafe for Blocks
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more