pub struct OptiForkGateStats {
pub attempts: u64,
pub hits: u64,
pub misses: u64,
pub abort_drains: u64,
pub refusals: u64,
pub gate_checks: u64,
pub gate_admits: u64,
pub gate_rejects: u64,
pub reconciles: u64,
pub wasted_draft_tokens: u64,
pub shadow_draft_tokens: u64,
pub breaker_trips: u64,
}Fields§
§attempts: u64§hits: u64§misses: u64§abort_drains: u64§refusals: u64§gate_checks: u64§gate_admits: u64§gate_rejects: u64§reconciles: u64§wasted_draft_tokens: u64§shadow_draft_tokens: u64§breaker_trips: u64Trait Implementations§
Source§impl Clone for OptiForkGateStats
impl Clone for OptiForkGateStats
Source§fn clone(&self) -> OptiForkGateStats
fn clone(&self) -> OptiForkGateStats
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 OptiForkGateStats
Source§impl Debug for OptiForkGateStats
impl Debug for OptiForkGateStats
Source§impl Default for OptiForkGateStats
impl Default for OptiForkGateStats
Source§fn default() -> OptiForkGateStats
fn default() -> OptiForkGateStats
Returns the “default value” for a type. Read more
impl Eq for OptiForkGateStats
Source§impl PartialEq for OptiForkGateStats
impl PartialEq for OptiForkGateStats
impl StructuralPartialEq for OptiForkGateStats
Auto Trait Implementations§
impl Freeze for OptiForkGateStats
impl RefUnwindSafe for OptiForkGateStats
impl Send for OptiForkGateStats
impl Sync for OptiForkGateStats
impl Unpin for OptiForkGateStats
impl UnsafeUnpin for OptiForkGateStats
impl UnwindSafe for OptiForkGateStats
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