pub struct StartSyncEvent {
pub timestamp: SystemTime,
pub peer: VerifyingKey,
}
Expand description
The replica entered sync mode and tried to sync with a given peer, identified by its
VerifyingKey
.
Fields§
§timestamp: SystemTime
§peer: VerifyingKey
Trait Implementations§
source§impl Logger for StartSyncEvent
impl Logger for StartSyncEvent
Auto Trait Implementations§
impl Freeze for StartSyncEvent
impl RefUnwindSafe for StartSyncEvent
impl Send for StartSyncEvent
impl Sync for StartSyncEvent
impl Unpin for StartSyncEvent
impl UnwindSafe for StartSyncEvent
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