Struct gitlab::types::MilestoneInternalId [] [src]

pub struct MilestoneInternalId(_);

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

Methods

impl MilestoneInternalId
[src]

Create a new id.

The value of the id.

Trait Implementations

impl Debug for MilestoneInternalId
[src]

Formats the value using the given formatter.

impl Clone for MilestoneInternalId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MilestoneInternalId
[src]

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

impl Display for MilestoneInternalId
[src]

Formats the value using the given formatter. Read more