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