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 duplicate 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
impl Eq for InvalidCommitValueSubdetail
impl StructuralPartialEq for InvalidCommitValueSubdetail
Auto Trait Implementations§
impl Freeze for InvalidCommitValueSubdetail
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