pub struct GateActivity {
pub blocked: u32,
pub grant_requests: u32,
pub fix_features: u32,
pub resumes: u32,
}Expand description
Gate-activity features of one mission’s event log (the calibrate-block-resume-cycles ticket): the plumbing that blows estimates — checkpoint refusals, grant parks, validation fix cycles, resumes. Counted from events, never inferred from gaps.
Fields§
§blocked: u32§grant_requests: u32§fix_features: u32§resumes: u32Implementations§
Trait Implementations§
Source§impl Clone for GateActivity
impl Clone for GateActivity
Source§fn clone(&self) -> GateActivity
fn clone(&self) -> GateActivity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GateActivity
Source§impl Debug for GateActivity
impl Debug for GateActivity
Source§impl Default for GateActivity
impl Default for GateActivity
Source§fn default() -> GateActivity
fn default() -> GateActivity
Returns the “default value” for a type. Read more
Source§impl PartialEq for GateActivity
impl PartialEq for GateActivity
impl StructuralPartialEq for GateActivity
Auto Trait Implementations§
impl Freeze for GateActivity
impl RefUnwindSafe for GateActivity
impl Send for GateActivity
impl Sync for GateActivity
impl Unpin for GateActivity
impl UnsafeUnpin for GateActivity
impl UnwindSafe for GateActivity
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