Enum openethereum::blockchain::BlockchainCmd
source · [−]pub enum BlockchainCmd {
Kill(KillBlockchain),
Import(ImportBlockchain),
Export(ExportBlockchain),
ExportState(ExportState),
Reset(ResetBlockchain),
}
Variants
Kill(KillBlockchain)
Import(ImportBlockchain)
Export(ExportBlockchain)
ExportState(ExportState)
Reset(ResetBlockchain)
Trait Implementations
sourceimpl Debug for BlockchainCmd
impl Debug for BlockchainCmd
sourceimpl PartialEq<BlockchainCmd> for BlockchainCmd
impl PartialEq<BlockchainCmd> for BlockchainCmd
sourcefn eq(&self, other: &BlockchainCmd) -> bool
fn eq(&self, other: &BlockchainCmd) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &BlockchainCmd) -> bool
fn ne(&self, other: &BlockchainCmd) -> bool
This method tests for !=
.
impl StructuralPartialEq for BlockchainCmd
Auto Trait Implementations
impl RefUnwindSafe for BlockchainCmd
impl Send for BlockchainCmd
impl Sync for BlockchainCmd
impl Unpin for BlockchainCmd
impl UnwindSafe for BlockchainCmd
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