Struct gitlab::types::ProjectId [] [src]

pub struct ProjectId(_);

Type-safe project ID.

Methods

impl ProjectId
[src]

Create a new id.

The value of the id.

Trait Implementations

impl Debug for ProjectId
[src]

Formats the value using the given formatter.

impl Clone for ProjectId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ProjectId
[src]

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

impl Display for ProjectId
[src]

Formats the value using the given formatter. Read more