Struct openethereum::params::ResealPolicy
source · [−]Fields
own: bool
external: bool
Trait Implementations
sourceimpl Debug for ResealPolicy
impl Debug for ResealPolicy
sourceimpl Default for ResealPolicy
impl Default for ResealPolicy
sourceimpl FromStr for ResealPolicy
impl FromStr for ResealPolicy
sourceimpl PartialEq<ResealPolicy> for ResealPolicy
impl PartialEq<ResealPolicy> for ResealPolicy
sourcefn eq(&self, other: &ResealPolicy) -> bool
fn eq(&self, other: &ResealPolicy) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ResealPolicy) -> bool
fn ne(&self, other: &ResealPolicy) -> bool
This method tests for !=
.
impl StructuralPartialEq for ResealPolicy
Auto Trait Implementations
impl RefUnwindSafe for ResealPolicy
impl Send for ResealPolicy
impl Sync for ResealPolicy
impl Unpin for ResealPolicy
impl UnwindSafe for ResealPolicy
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