Struct gitlab::CommitStatusInfo [] [src]

pub struct CommitStatusInfo<'a> {
    pub refname: Option<&'a str>,
    pub name: Option<&'a str>,
    pub target_url: Option<&'a str>,
    pub description: Option<&'a str>,
}

Optional information for commit statuses.

Fields

The refname of the commit being tested.

The name of the status (defaults to "default" on the Gitlab side).

A URL to associate with the status.

A description of the status check.

Trait Implementations

impl<'a> Debug for CommitStatusInfo<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for CommitStatusInfo<'a>

impl<'a> Sync for CommitStatusInfo<'a>