Struct gitlab::types::AwardId [] [src]

pub struct AwardId(_);

Type-safe award ID.

Methods

impl AwardId
[src]

Create a new id.

The value of the id.

Trait Implementations

impl Debug for AwardId
[src]

Formats the value using the given formatter.

impl Clone for AwardId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AwardId
[src]

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

impl Display for AwardId
[src]

Formats the value using the given formatter. Read more