pub struct UpdateHighestTCEvent {
pub timestamp: SystemTime,
pub highest_tc: TimeoutCertificate,
}
Expand description
The “Highest TimeoutCertificate
” stored in the block tree was updated.
Fields§
§timestamp: SystemTime
§highest_tc: TimeoutCertificate
Trait Implementations§
source§impl Logger for UpdateHighestTCEvent
impl Logger for UpdateHighestTCEvent
Auto Trait Implementations§
impl Freeze for UpdateHighestTCEvent
impl RefUnwindSafe for UpdateHighestTCEvent
impl Send for UpdateHighestTCEvent
impl Sync for UpdateHighestTCEvent
impl Unpin for UpdateHighestTCEvent
impl UnwindSafe for UpdateHighestTCEvent
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