Struct gitlab::types::UserId [] [src]

pub struct UserId(_);

Type-safe user ID.

Methods

impl UserId
[src]

Create a new id.

The value of the id.

Trait Implementations

impl Debug for UserId
[src]

Formats the value using the given formatter.

impl Clone for UserId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UserId
[src]

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

impl Display for UserId
[src]

Formats the value using the given formatter. Read more