pub struct EngineQueueMetricsSnapshot {
pub waiting: i32,
pub grammar: i32,
pub paused: i32,
pub retracted: i32,
}Fields§
§waiting: i32§grammar: i32§paused: i32§retracted: i32Trait Implementations§
Source§impl Clone for EngineQueueMetricsSnapshot
impl Clone for EngineQueueMetricsSnapshot
Source§fn clone(&self) -> EngineQueueMetricsSnapshot
fn clone(&self) -> EngineQueueMetricsSnapshot
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 moreSource§impl Debug for EngineQueueMetricsSnapshot
impl Debug for EngineQueueMetricsSnapshot
Source§impl Default for EngineQueueMetricsSnapshot
impl Default for EngineQueueMetricsSnapshot
Source§fn default() -> EngineQueueMetricsSnapshot
fn default() -> EngineQueueMetricsSnapshot
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EngineQueueMetricsSnapshotwhere
EngineQueueMetricsSnapshot: Default,
impl<'de> Deserialize<'de> for EngineQueueMetricsSnapshotwhere
EngineQueueMetricsSnapshot: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EngineQueueMetricsSnapshot
impl RefUnwindSafe for EngineQueueMetricsSnapshot
impl Send for EngineQueueMetricsSnapshot
impl Sync for EngineQueueMetricsSnapshot
impl Unpin for EngineQueueMetricsSnapshot
impl UnsafeUnpin for EngineQueueMetricsSnapshot
impl UnwindSafe for EngineQueueMetricsSnapshot
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