pub struct InvalidValidatorSetSubdetail {
pub header_validators_hash: Hash,
pub validators_hash: Hash,
}Fields§
§header_validators_hash: Hash§validators_hash: HashTrait Implementations§
Source§impl Clone for InvalidValidatorSetSubdetail
impl Clone for InvalidValidatorSetSubdetail
Source§fn clone(&self) -> InvalidValidatorSetSubdetail
fn clone(&self) -> InvalidValidatorSetSubdetail
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 InvalidValidatorSetSubdetail
impl Debug for InvalidValidatorSetSubdetail
Source§impl<'de> Deserialize<'de> for InvalidValidatorSetSubdetail
impl<'de> Deserialize<'de> for InvalidValidatorSetSubdetail
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 for InvalidValidatorSetSubdetail
impl PartialEq for InvalidValidatorSetSubdetail
Source§fn eq(&self, other: &InvalidValidatorSetSubdetail) -> bool
fn eq(&self, other: &InvalidValidatorSetSubdetail) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InvalidValidatorSetSubdetail
impl StructuralPartialEq for InvalidValidatorSetSubdetail
Auto Trait Implementations§
impl Freeze for InvalidValidatorSetSubdetail
impl RefUnwindSafe for InvalidValidatorSetSubdetail
impl Send for InvalidValidatorSetSubdetail
impl Sync for InvalidValidatorSetSubdetail
impl Unpin for InvalidValidatorSetSubdetail
impl UnwindSafe for InvalidValidatorSetSubdetail
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