Struct gitlab::types::CommitStatusId [] [src]

pub struct CommitStatusId(_);

Type-safe commit status ID.

Methods

impl CommitStatusId
[src]

[src]

Create a new id.

[src]

The value of the id.

Trait Implementations

impl Debug for CommitStatusId
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CommitStatusId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CommitStatusId
[src]

impl PartialEq for CommitStatusId
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for CommitStatusId
[src]

impl Display for CommitStatusId
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations