Struct gitlab::types::IssueInternalId [] [src]

pub struct IssueInternalId(_);

Type-safe issue internal ID (internal to a project).

Methods

impl IssueInternalId
[src]

Create a new id.

The value of the id.

Trait Implementations

impl Debug for IssueInternalId
[src]

Formats the value using the given formatter.

impl Clone for IssueInternalId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IssueInternalId
[src]

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

impl Display for IssueInternalId
[src]

Formats the value using the given formatter. Read more