pub struct InvalidValidatorSetSubdetail {
pub header_validators_hash: Hash,
pub validators_hash: Hash,
}Fields
header_validators_hash: Hashvalidators_hash: HashTrait Implementations
sourceimpl Clone for InvalidValidatorSetSubdetail
impl Clone for InvalidValidatorSetSubdetail
sourcefn clone(&self) -> InvalidValidatorSetSubdetail
fn clone(&self) -> InvalidValidatorSetSubdetail
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for InvalidValidatorSetSubdetail
impl Debug for InvalidValidatorSetSubdetail
sourceimpl<'de> Deserialize<'de> for InvalidValidatorSetSubdetail
impl<'de> Deserialize<'de> for InvalidValidatorSetSubdetail
sourcefn 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
sourceimpl PartialEq<InvalidValidatorSetSubdetail> for InvalidValidatorSetSubdetail
impl PartialEq<InvalidValidatorSetSubdetail> for InvalidValidatorSetSubdetail
sourcefn eq(&self, other: &InvalidValidatorSetSubdetail) -> bool
fn eq(&self, other: &InvalidValidatorSetSubdetail) -> bool
impl Eq for InvalidValidatorSetSubdetail
impl StructuralEq for InvalidValidatorSetSubdetail
impl StructuralPartialEq for InvalidValidatorSetSubdetail
Auto Trait Implementations
impl RefUnwindSafe for InvalidValidatorSetSubdetail
impl Send for InvalidValidatorSetSubdetail
impl Sync for InvalidValidatorSetSubdetail
impl Unpin for InvalidValidatorSetSubdetail
impl UnwindSafe for InvalidValidatorSetSubdetail
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more