Struct lightning_block_sync::poll::ValidatedBlock
source · [−]pub struct ValidatedBlock { /* private fields */ }
Expand description
A block with validated data against its transaction list and corresponding block hash.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ValidatedBlock
impl Send for ValidatedBlock
impl Sync for ValidatedBlock
impl Unpin for ValidatedBlock
impl UnwindSafe for ValidatedBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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