Struct streak::api::search::Box [] [src]

pub struct Box {
    pub box_key: String,
    pub name: String,
    pub last_updated_timestamp: i32,
    pub stage_key: String,
    pub pipeline_key: String,
}

Fields

Trait Implementations

impl Debug for Box
[src]

[src]

Formats the value using the given formatter.