Struct gitlab::types::MergeRequestInternalId[][src]

pub struct MergeRequestInternalId(_);

Type-safe merge request internal ID (internal to a project).

Methods

impl MergeRequestInternalId
[src]

Create a new id.

The value of the id.

Trait Implementations

impl Debug for MergeRequestInternalId
[src]

Formats the value using the given formatter. Read more

impl Clone for MergeRequestInternalId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MergeRequestInternalId
[src]

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

impl Display for MergeRequestInternalId
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations