Struct ethcore::block::SealedBlock
source · [−]pub struct SealedBlock { /* private fields */ }
Expand description
A block that has a valid seal.
The block’s header has valid seal arguments. The block cannot be reversed into a ClosedBlock
or OpenBlock
.
Implementations
sourceimpl SealedBlock
impl SealedBlock
Methods from Deref<Target = ExecutedBlock>
Trait Implementations
sourceimpl Deref for SealedBlock
impl Deref for SealedBlock
type Target = ExecutedBlock
type Target = ExecutedBlock
The resulting type after dereferencing.
sourceimpl Drain for SealedBlock
impl Drain for SealedBlock
sourcefn drain(self) -> ExecutedBlock
fn drain(self) -> ExecutedBlock
Returns ExecutedBlock
Auto Trait Implementations
impl !RefUnwindSafe for SealedBlock
impl Send for SealedBlock
impl !Sync for SealedBlock
impl Unpin for SealedBlock
impl !UnwindSafe for SealedBlock
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