Struct gitlab::types::NoteId [] [src]

pub struct NoteId(_);

Type-safe note (comment) ID.

Methods

impl NoteId
[src]

Create a new id.

The value of the id.

Trait Implementations

impl Debug for NoteId
[src]

Formats the value using the given formatter.

impl Clone for NoteId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NoteId
[src]

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

impl Display for NoteId
[src]

Formats the value using the given formatter. Read more