Struct gitlab::types::ThemeId [] [src]

pub struct ThemeId(_);

Type-safe theme ID.

Methods

impl ThemeId
[src]

Create a new id.

The value of the id.

Trait Implementations

impl Debug for ThemeId
[src]

Formats the value using the given formatter.

impl Clone for ThemeId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ThemeId
[src]

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

impl Display for ThemeId
[src]

Formats the value using the given formatter. Read more