pub struct AdvanceViewEvent {
pub timestamp: SystemTime,
pub advance_view: AdvanceView,
}
Expand description
The replica broadcasted an advance view message to all peers.
Fields§
§timestamp: SystemTime
§advance_view: AdvanceView
Trait Implementations§
source§impl Logger for AdvanceViewEvent
impl Logger for AdvanceViewEvent
Auto Trait Implementations§
impl Freeze for AdvanceViewEvent
impl RefUnwindSafe for AdvanceViewEvent
impl Send for AdvanceViewEvent
impl Sync for AdvanceViewEvent
impl Unpin for AdvanceViewEvent
impl UnwindSafe for AdvanceViewEvent
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