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