pub struct SHA1 { /* private fields */ }
Expand description
A 20-byte SHA1 hash, used for identifying objects in Git.
Implementations§
Trait Implementations§
impl Copy for SHA1
impl Eq for SHA1
impl StructuralPartialEq for SHA1
Auto Trait Implementations§
impl Freeze for SHA1
impl RefUnwindSafe for SHA1
impl Send for SHA1
impl Sync for SHA1
impl Unpin for SHA1
impl UnwindSafe for SHA1
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