Struct git_topic_stage::CandidateTopic
[−]
[src]
pub struct CandidateTopic {
pub old_id: Option<Topic>,
pub new_id: Topic,
}A topic branch which should be integrated into the stage.
Fields
old_id: Option<Topic>
The old revision for the topic (if available).
new_id: Topic
The new revision for the topic.
Trait Implementations
impl Debug for CandidateTopic[src]
impl Clone for CandidateTopic[src]
fn clone(&self) -> CandidateTopic
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for CandidateTopic[src]
fn eq(&self, __arg_0: &CandidateTopic) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CandidateTopic) -> bool
This method tests for !=.