pub struct InsertBlockEvent {
pub timestamp: SystemTime,
pub block: Block,
}
Expand description
A new block
was inserted into the Block Tree in a persistent manner.
Fields§
§timestamp: SystemTime
§block: Block
Trait Implementations§
source§impl Logger for InsertBlockEvent
impl Logger for InsertBlockEvent
Auto Trait Implementations§
impl Freeze for InsertBlockEvent
impl RefUnwindSafe for InsertBlockEvent
impl Send for InsertBlockEvent
impl Sync for InsertBlockEvent
impl Unpin for InsertBlockEvent
impl UnwindSafe for InsertBlockEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more