Struct git_topic_stage::StagedTopic [] [src]

pub struct StagedTopic {
    pub merge: CommitId,
    pub topic: Topic,
}

A topic branch which has been staged.

Fields

The commit where the topic branch has been merged into the staging branch.

The topic branch.

Methods

impl StagedTopic
[src]

Deprecated since 1.1.0

: access the member directly instead

The topic branch which was merged.

The HEAD commit of the topic branch.

Trait Implementations

impl Debug for StagedTopic
[src]

Formats the value using the given formatter.

impl Clone for StagedTopic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StagedTopic
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for StagedTopic
[src]

Formats the value using the given formatter. Read more