pub struct NudgeEvent {
pub timestamp: SystemTime,
pub nudge: Nudge,
}
Expand description
The replica nudged for a block by broadcasting a nudge for the block to all validators.
Fields§
§timestamp: SystemTime
§nudge: Nudge
Trait Implementations§
source§impl Logger for NudgeEvent
impl Logger for NudgeEvent
Auto Trait Implementations§
impl Freeze for NudgeEvent
impl RefUnwindSafe for NudgeEvent
impl Send for NudgeEvent
impl Sync for NudgeEvent
impl Unpin for NudgeEvent
impl UnwindSafe for NudgeEvent
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