Struct gitlab::types::Runner
[−]
[src]
pub struct Runner {
pub id: RunnerId,
pub description: Option<String>,
pub active: bool,
pub is_shared: bool,
pub name: Option<String>,
}A Gitlab CI runner.
Fields
id: RunnerId
The ID of the runner.
description: Option<String>
The description of the runner.
active: bool
Whether the runner is active or not.
Whether the runner is shared or not.
name: Option<String>
The name of the runner.
Trait Implementations
impl Debug for Runner[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more