Struct git_workarea::CommitId
[−]
[src]
pub struct CommitId(pub String);
The Git object id of a commit.
Methods
impl CommitId[src]
fn new<I: ToString>(id: I) -> Self
Create a new CommitId.
fn as_str(&self) -> &str
The commit as a string reference.
Trait Implementations
impl Debug for CommitId[src]
impl Clone for CommitId[src]
fn clone(&self) -> CommitId
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 CommitId[src]
fn eq(&self, __arg_0: &CommitId) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CommitId) -> bool
This method tests for !=.