Expand description
AuthorityRound seal.
Fields
step: Uint
Seal step.
signature: H520
Seal signature.
Trait Implementations
sourceimpl Debug for AuthorityRoundSeal
impl Debug for AuthorityRoundSeal
sourceimpl<'de> Deserialize<'de> for AuthorityRoundSeal
impl<'de> Deserialize<'de> for AuthorityRoundSeal
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<AuthorityRoundSeal> for AuthorityRoundSeal
impl PartialEq<AuthorityRoundSeal> for AuthorityRoundSeal
sourcefn eq(&self, other: &AuthorityRoundSeal) -> bool
fn eq(&self, other: &AuthorityRoundSeal) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AuthorityRoundSeal) -> bool
fn ne(&self, other: &AuthorityRoundSeal) -> bool
This method tests for !=
.
impl StructuralPartialEq for AuthorityRoundSeal
Auto Trait Implementations
impl RefUnwindSafe for AuthorityRoundSeal
impl Send for AuthorityRoundSeal
impl Sync for AuthorityRoundSeal
impl Unpin for AuthorityRoundSeal
impl UnwindSafe for AuthorityRoundSeal
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