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