Struct gitlab::types::GroupId [] [src]

pub struct GroupId(_);

Type-safe group ID.

Methods

impl GroupId
[src]

Create a new id.

The value of the id.

Trait Implementations

impl Debug for GroupId
[src]

Formats the value using the given formatter.

impl Clone for GroupId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GroupId
[src]

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

impl Display for GroupId
[src]

Formats the value using the given formatter. Read more