Struct gitlab::types::RunnerId [] [src]

pub struct RunnerId(_);

Type-safe runner ID.

Methods

impl RunnerId
[src]

Create a new id.

The value of the id.

Trait Implementations

impl Debug for RunnerId
[src]

Formats the value using the given formatter.

impl Clone for RunnerId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RunnerId
[src]

impl PartialEq for RunnerId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for RunnerId
[src]

impl Display for RunnerId
[src]

Formats the value using the given formatter. Read more