Struct git_workarea::CommitId
[−]
[src]
pub struct CommitId(_);
The Git object id of a commit.
Methods
impl CommitId
[src]
fn new<I: ToString>(id: I) -> Self
[src]
Create a new CommitId
.
fn as_str(&self) -> &str
[src]
The commit as a string reference.
Trait Implementations
impl Debug for CommitId
[src]
impl Clone for CommitId
[src]
fn clone(&self) -> CommitId
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for CommitId
[src]
fn eq(&self, __arg_0: &CommitId) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CommitId) -> bool
[src]
This method tests for !=
.
impl Eq for CommitId
[src]
impl Hash for CommitId
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
[src]
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more