Struct gitlab::types::MilestoneId [] [src]

pub struct MilestoneId(_);

Type-safe milestone ID.

Methods

impl MilestoneId
[src]

Create a new id.

The value of the id.

Trait Implementations

impl Debug for MilestoneId
[src]

Formats the value using the given formatter.

impl Clone for MilestoneId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MilestoneId
[src]

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

impl Display for MilestoneId
[src]

Formats the value using the given formatter. Read more