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