pub struct CollectPCEvent {
pub timestamp: SystemTime,
pub phase_certificate: PhaseCertificate,
}
Expand description
The replica collected a new phase_certificate
from the votes it received from the validators in
the current view.
Fields§
§timestamp: SystemTime
§phase_certificate: PhaseCertificate
Trait Implementations§
source§impl Logger for CollectPCEvent
impl Logger for CollectPCEvent
Auto Trait Implementations§
impl Freeze for CollectPCEvent
impl RefUnwindSafe for CollectPCEvent
impl Send for CollectPCEvent
impl Sync for CollectPCEvent
impl Unpin for CollectPCEvent
impl UnwindSafe for CollectPCEvent
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