Struct simperby_repository::interpret::dms::PayloadCommit
source · pub struct PayloadCommit {
pub commit: RawCommit,
pub hash: CommitHash,
pub parent_hash: CommitHash,
}Fields§
§commit: RawCommit§hash: CommitHash§parent_hash: CommitHashTrait Implementations§
source§impl Clone for PayloadCommit
impl Clone for PayloadCommit
source§fn clone(&self) -> PayloadCommit
fn clone(&self) -> PayloadCommit
Returns a copy of the value. Read more
1.0.0 · 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 PayloadCommit
impl Debug for PayloadCommit
source§impl<'de> Deserialize<'de> for PayloadCommit
impl<'de> Deserialize<'de> for PayloadCommit
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
source§impl PartialEq<PayloadCommit> for PayloadCommit
impl PartialEq<PayloadCommit> for PayloadCommit
source§fn eq(&self, other: &PayloadCommit) -> bool
fn eq(&self, other: &PayloadCommit) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PayloadCommit
impl Serialize for PayloadCommit
impl Eq for PayloadCommit
impl StructuralEq for PayloadCommit
impl StructuralPartialEq for PayloadCommit
Auto Trait Implementations§
impl RefUnwindSafe for PayloadCommit
impl Send for PayloadCommit
impl Sync for PayloadCommit
impl Unpin for PayloadCommit
impl UnwindSafe for PayloadCommit
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.