pub struct TimeoutVoteEvent {
pub timestamp: SystemTime,
pub timeout_vote: TimeoutVote,
}
Expand description
The replica broadcasted a timeout vote message to all peers.
Fields§
§timestamp: SystemTime
§timeout_vote: TimeoutVote
Trait Implementations§
source§impl Logger for TimeoutVoteEvent
impl Logger for TimeoutVoteEvent
Auto Trait Implementations§
impl Freeze for TimeoutVoteEvent
impl RefUnwindSafe for TimeoutVoteEvent
impl Send for TimeoutVoteEvent
impl Sync for TimeoutVoteEvent
impl Unpin for TimeoutVoteEvent
impl UnwindSafe for TimeoutVoteEvent
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