Struct openethereum::blockchain::KillBlockchain
source · [−]pub struct KillBlockchain {
pub spec: SpecType,
pub dirs: Directories,
pub pruning: Pruning,
}
Fields
spec: SpecType
dirs: Directories
pruning: Pruning
Trait Implementations
sourceimpl Debug for KillBlockchain
impl Debug for KillBlockchain
sourceimpl PartialEq<KillBlockchain> for KillBlockchain
impl PartialEq<KillBlockchain> for KillBlockchain
sourcefn eq(&self, other: &KillBlockchain) -> bool
fn eq(&self, other: &KillBlockchain) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &KillBlockchain) -> bool
fn ne(&self, other: &KillBlockchain) -> bool
This method tests for !=
.
impl StructuralPartialEq for KillBlockchain
Auto Trait Implementations
impl RefUnwindSafe for KillBlockchain
impl Send for KillBlockchain
impl Sync for KillBlockchain
impl Unpin for KillBlockchain
impl UnwindSafe for KillBlockchain
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