pub struct ReceiveAdvanceViewEvent {
pub timestamp: SystemTime,
pub origin: VerifyingKey,
pub advance_view: AdvanceView,
}
Expand description
The replica received an advance_view
message from another replica, identified by its
verifying_key
.
Fields§
§timestamp: SystemTime
§origin: VerifyingKey
§advance_view: AdvanceView
Trait Implementations§
source§impl Logger for ReceiveAdvanceViewEvent
impl Logger for ReceiveAdvanceViewEvent
Auto Trait Implementations§
impl Freeze for ReceiveAdvanceViewEvent
impl RefUnwindSafe for ReceiveAdvanceViewEvent
impl Send for ReceiveAdvanceViewEvent
impl Sync for ReceiveAdvanceViewEvent
impl Unpin for ReceiveAdvanceViewEvent
impl UnwindSafe for ReceiveAdvanceViewEvent
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