pub struct NewViewEvent {
pub timestamp: SystemTime,
pub new_view: NewView,
}
Expand description
The replica sent a new view message for its current view to the leader of the next view upon moving to a new view.
Fields§
§timestamp: SystemTime
§new_view: NewView
Trait Implementations§
source§impl Logger for NewViewEvent
impl Logger for NewViewEvent
Auto Trait Implementations§
impl Freeze for NewViewEvent
impl RefUnwindSafe for NewViewEvent
impl Send for NewViewEvent
impl Sync for NewViewEvent
impl Unpin for NewViewEvent
impl UnwindSafe for NewViewEvent
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