pub struct StartViewEvent {
pub timestamp: SystemTime,
pub view: ViewNumber,
}
Expand description
The replica started a new view with a given ViewNumber
.
Fields§
§timestamp: SystemTime
§view: ViewNumber
Trait Implementations§
source§impl Logger for StartViewEvent
impl Logger for StartViewEvent
Auto Trait Implementations§
impl Freeze for StartViewEvent
impl RefUnwindSafe for StartViewEvent
impl Send for StartViewEvent
impl Sync for StartViewEvent
impl Unpin for StartViewEvent
impl UnwindSafe for StartViewEvent
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