Struct validator_worker::leader::TickStatus
source · pub struct TickStatus {
pub heartbeat: HeartbeatStatus,
pub new_state: Option<Vec<PropagationResult>>,
}
Fields
heartbeat: HeartbeatStatus
new_state: Option<Vec<PropagationResult>>
When None
the conditions for creating a NewState
haven’t been met
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TickStatus
impl Send for TickStatus
impl Sync for TickStatus
impl Unpin for TickStatus
impl !UnwindSafe for TickStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more