Struct git_features::hash::Sha1
source · [−]pub struct Sha1(_);
Available on crate feature
fast-sha1
only.Expand description
A implementation of the Sha1 hash, which can be used once.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Sha1
impl Send for Sha1
impl Sync for Sha1
impl Unpin for Sha1
impl UnwindSafe for Sha1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more