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