pub struct ReceiveNewViewEvent {
pub timestamp: SystemTime,
pub origin: VerifyingKey,
pub new_view: NewView,
}
Expand description
The replica received a new view message for the current view from another replica identifiable by its public key.
Fields§
§timestamp: SystemTime
§origin: VerifyingKey
§new_view: NewView
Trait Implementations§
source§impl Logger for ReceiveNewViewEvent
impl Logger for ReceiveNewViewEvent
Auto Trait Implementations§
impl Freeze for ReceiveNewViewEvent
impl RefUnwindSafe for ReceiveNewViewEvent
impl Send for ReceiveNewViewEvent
impl Sync for ReceiveNewViewEvent
impl Unpin for ReceiveNewViewEvent
impl UnwindSafe for ReceiveNewViewEvent
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