pub struct InvalidCommitValueSubdetail {
pub header_hash: Hash,
pub commit_hash: Hash,
}Fields§
§header_hash: Hash§commit_hash: HashTrait Implementations§
source§impl Clone for InvalidCommitValueSubdetail
impl Clone for InvalidCommitValueSubdetail
source§fn clone(&self) -> InvalidCommitValueSubdetail
fn clone(&self) -> InvalidCommitValueSubdetail
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 InvalidCommitValueSubdetail
impl Debug for InvalidCommitValueSubdetail
source§impl<'de> Deserialize<'de> for InvalidCommitValueSubdetail
impl<'de> Deserialize<'de> for InvalidCommitValueSubdetail
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<InvalidCommitValueSubdetail> for InvalidCommitValueSubdetail
impl PartialEq<InvalidCommitValueSubdetail> for InvalidCommitValueSubdetail
source§fn eq(&self, other: &InvalidCommitValueSubdetail) -> bool
fn eq(&self, other: &InvalidCommitValueSubdetail) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for InvalidCommitValueSubdetail
impl StructuralEq for InvalidCommitValueSubdetail
impl StructuralPartialEq for InvalidCommitValueSubdetail
Auto Trait Implementations§
impl RefUnwindSafe for InvalidCommitValueSubdetail
impl Send for InvalidCommitValueSubdetail
impl Sync for InvalidCommitValueSubdetail
impl Unpin for InvalidCommitValueSubdetail
impl UnwindSafe for InvalidCommitValueSubdetail
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