pub struct GitCommitId {
pub algorithm: GitObjectAlgorithm,
pub hex: String,
}Fields§
§algorithm: GitObjectAlgorithm§hex: StringTrait Implementations§
Source§impl Clone for GitCommitId
impl Clone for GitCommitId
Source§fn clone(&self) -> GitCommitId
fn clone(&self) -> GitCommitId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GitCommitId
impl Debug for GitCommitId
Source§impl<'de> Deserialize<'de> for GitCommitId
impl<'de> Deserialize<'de> for GitCommitId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for GitCommitId
Source§impl FromStr for GitCommitId
impl FromStr for GitCommitId
Source§impl Hash for GitCommitId
impl Hash for GitCommitId
Source§impl Ord for GitCommitId
impl Ord for GitCommitId
Source§fn cmp(&self, other: &GitCommitId) -> Ordering
fn cmp(&self, other: &GitCommitId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GitCommitId
impl PartialEq for GitCommitId
Source§impl PartialOrd for GitCommitId
impl PartialOrd for GitCommitId
Source§impl Serialize for GitCommitId
impl Serialize for GitCommitId
impl StructuralPartialEq for GitCommitId
Auto Trait Implementations§
impl Freeze for GitCommitId
impl RefUnwindSafe for GitCommitId
impl Send for GitCommitId
impl Sync for GitCommitId
impl Unpin for GitCommitId
impl UnsafeUnpin for GitCommitId
impl UnwindSafe for GitCommitId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.