pub struct DigestRevision {
pub doc: String,
pub path: String,
pub content_hash: String,
}Expand description
One revision a commit wrote.
Fields§
§doc: String§path: String§content_hash: StringHex of the revision’s rendered_hash.
Trait Implementations§
Source§impl Clone for DigestRevision
impl Clone for DigestRevision
Source§fn clone(&self) -> DigestRevision
fn clone(&self) -> DigestRevision
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 DigestRevision
impl Debug for DigestRevision
impl Eq for DigestRevision
Source§impl PartialEq for DigestRevision
impl PartialEq for DigestRevision
impl StructuralPartialEq for DigestRevision
Auto Trait Implementations§
impl Freeze for DigestRevision
impl RefUnwindSafe for DigestRevision
impl Send for DigestRevision
impl Sync for DigestRevision
impl Unpin for DigestRevision
impl UnsafeUnpin for DigestRevision
impl UnwindSafe for DigestRevision
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> 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.