Struct storyboard_client::TaskStatusCount[][src]

pub struct TaskStatusCount {
    pub count: Option<i32>,
    pub key: String,
}

A counter of task status changes.

This type is usually used internally.

Fields

The counter of changes

The key.

Trait Implementations

impl Debug for TaskStatusCount
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations