Struct google_taskqueue1_beta2::TaskQueueStats [−][src]
pub struct TaskQueueStats {
pub oldest_task: Option<String>,
pub leased_last_minute: Option<String>,
pub leased_last_hour: Option<String>,
pub total_tasks: Option<i32>,
}Statistics for the TaskQueue object in question.
This type is not used in any activity, and only used as part of another schema.
Fields
oldest_task: Option<String>
The timestamp (in seconds since the epoch) of the oldest unfinished task.
leased_last_minute: Option<String>
Number of tasks leased in the last minute.
leased_last_hour: Option<String>
Number of tasks leased in the last hour.
total_tasks: Option<i32>
Number of tasks in the queue.
Trait Implementations
impl Default for TaskQueueStats[src]
impl Default for TaskQueueStatsfn default() -> TaskQueueStats[src]
fn default() -> TaskQueueStatsReturns the "default value" for a type. Read more
impl Clone for TaskQueueStats[src]
impl Clone for TaskQueueStatsfn clone(&self) -> TaskQueueStats[src]
fn clone(&self) -> TaskQueueStatsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for TaskQueueStats[src]
impl Debug for TaskQueueStatsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for TaskQueueStats[src]
impl NestedType for TaskQueueStatsimpl Part for TaskQueueStats[src]
impl Part for TaskQueueStatsAuto Trait Implementations
impl Send for TaskQueueStats
impl Send for TaskQueueStatsimpl Sync for TaskQueueStats
impl Sync for TaskQueueStats