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