Struct ethjson::spec::authority_round::AuthorityRound
source · [−]pub struct AuthorityRound {
pub params: AuthorityRoundParams,
}
Expand description
Authority engine deserialization.
Fields
params: AuthorityRoundParams
Authority Round parameters.
Trait Implementations
sourceimpl Debug for AuthorityRound
impl Debug for AuthorityRound
sourceimpl<'de> Deserialize<'de> for AuthorityRound
impl<'de> Deserialize<'de> for AuthorityRound
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<AuthorityRound> for AuthorityRound
impl PartialEq<AuthorityRound> for AuthorityRound
sourcefn eq(&self, other: &AuthorityRound) -> bool
fn eq(&self, other: &AuthorityRound) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AuthorityRound) -> bool
fn ne(&self, other: &AuthorityRound) -> bool
This method tests for !=
.
impl StructuralPartialEq for AuthorityRound
Auto Trait Implementations
impl RefUnwindSafe for AuthorityRound
impl Send for AuthorityRound
impl Sync for AuthorityRound
impl Unpin for AuthorityRound
impl UnwindSafe for AuthorityRound
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