pub struct PruneBlockEvent {
pub timestamp: SystemTime,
pub block: CryptoHash,
}
Expand description
A block
was “pruned” (i.e., the block’s siblings were permanently
deleted from the Block Tree).
Fields§
§timestamp: SystemTime
§block: CryptoHash
Trait Implementations§
source§impl Logger for PruneBlockEvent
impl Logger for PruneBlockEvent
Auto Trait Implementations§
impl Freeze for PruneBlockEvent
impl RefUnwindSafe for PruneBlockEvent
impl Send for PruneBlockEvent
impl Sync for PruneBlockEvent
impl Unpin for PruneBlockEvent
impl UnwindSafe for PruneBlockEvent
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