pub struct ProposeEvent {
pub timestamp: SystemTime,
pub proposal: Proposal,
}
Expand description
The replica proposed a block by broadcasting it as a proposal to all validators.
Fields§
§timestamp: SystemTime
§proposal: Proposal
Trait Implementations§
source§impl Logger for ProposeEvent
impl Logger for ProposeEvent
Auto Trait Implementations§
impl Freeze for ProposeEvent
impl RefUnwindSafe for ProposeEvent
impl Send for ProposeEvent
impl Sync for ProposeEvent
impl Unpin for ProposeEvent
impl UnwindSafe for ProposeEvent
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