Struct gitlab::types::ExternalIssue [] [src]

pub struct ExternalIssue {
    pub id: ExternalIssueId,
    pub title: String,
}

An external issue reference.

Fields

The ID of the issue.

The title of the issue.

Trait Implementations

impl Debug for ExternalIssue
[src]

Formats the value using the given formatter.

impl Clone for ExternalIssue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more