Struct gitlab::types::ColorSchemeId [] [src]

pub struct ColorSchemeId(_);

Type-safe color scheme ID.

Methods

impl ColorSchemeId
[src]

Create a new id.

The value of the id.

Trait Implementations

impl Debug for ColorSchemeId
[src]

Formats the value using the given formatter.

impl Clone for ColorSchemeId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ColorSchemeId
[src]

impl PartialEq for ColorSchemeId
[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 ColorSchemeId
[src]

impl Display for ColorSchemeId
[src]

Formats the value using the given formatter. Read more