Expand description
Tendermint seal.
Fields
round: Uint
Seal round.
proposal: H520
Proposal seal signature.
precommits: Vec<H520>
Proposal seal signature.
Trait Implementations
sourceimpl Debug for TendermintSeal
impl Debug for TendermintSeal
sourceimpl<'de> Deserialize<'de> for TendermintSeal
impl<'de> Deserialize<'de> for TendermintSeal
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<TendermintSeal> for TendermintSeal
impl PartialEq<TendermintSeal> for TendermintSeal
sourcefn eq(&self, other: &TendermintSeal) -> bool
fn eq(&self, other: &TendermintSeal) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &TendermintSeal) -> bool
fn ne(&self, other: &TendermintSeal) -> bool
This method tests for !=
.
impl StructuralPartialEq for TendermintSeal
Auto Trait Implementations
impl RefUnwindSafe for TendermintSeal
impl Send for TendermintSeal
impl Sync for TendermintSeal
impl Unpin for TendermintSeal
impl UnwindSafe for TendermintSeal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more