pub struct ReceiveTimeoutVoteEvent {
pub timestamp: SystemTime,
pub origin: VerifyingKey,
pub timeout_vote: TimeoutVote,
}
Expand description
The replica received a timeout_certificate
for the replica’s current view from another replica,
identified by verifying_key
.
Fields§
§timestamp: SystemTime
§origin: VerifyingKey
§timeout_vote: TimeoutVote
Trait Implementations§
source§impl Logger for ReceiveTimeoutVoteEvent
impl Logger for ReceiveTimeoutVoteEvent
Auto Trait Implementations§
impl Freeze for ReceiveTimeoutVoteEvent
impl RefUnwindSafe for ReceiveTimeoutVoteEvent
impl Send for ReceiveTimeoutVoteEvent
impl Sync for ReceiveTimeoutVoteEvent
impl Unpin for ReceiveTimeoutVoteEvent
impl UnwindSafe for ReceiveTimeoutVoteEvent
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