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

The ID of the runner.

The description of the runner.

Whether the runner is active or not.

Whether the runner is shared or not.

The name of the runner.

Trait Implementations

impl Debug for Runner
[src]

Formats the value using the given formatter.

impl Clone for Runner
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more