Struct octorust::types::Runner [−][src]
pub struct Runner {
pub busy: bool,
pub id: i64,
pub labels: Vec<Labels>,
pub name: String,
pub os: String,
pub status: String,
}Expand description
A self hosted runner
Fields
busy: boolid: i64The id of the runner.
labels: Vec<Labels>name: StringThe name of the runner.
os: StringThe Operating System of the runner.
status: StringThe status of the runner.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Runnerimpl UnwindSafe for RunnerBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more