pub struct CommitHash(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for CommitHash
impl Clone for CommitHash
Source§fn clone(&self) -> CommitHash
fn clone(&self) -> CommitHash
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 CommitHash
impl Debug for CommitHash
Source§impl Default for CommitHash
impl Default for CommitHash
Source§impl Display for CommitHash
impl Display for CommitHash
Source§impl PartialEq for CommitHash
impl PartialEq for CommitHash
Source§fn eq(&self, other: &CommitHash) -> bool
fn eq(&self, other: &CommitHash) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CommitHash
impl Serialize for CommitHash
impl Eq for CommitHash
impl StructuralPartialEq for CommitHash
Auto Trait Implementations§
impl Freeze for CommitHash
impl RefUnwindSafe for CommitHash
impl Send for CommitHash
impl Sync for CommitHash
impl Unpin for CommitHash
impl UnsafeUnpin for CommitHash
impl UnwindSafe for CommitHash
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