Enum openethereum::configuration::Cmd
source · [−]pub enum Cmd {
Run(RunCmd),
Version,
Account(AccountCmd),
ImportPresaleWallet(ImportWallet),
Blockchain(BlockchainCmd),
SignerToken(WsConfiguration, LogConfig),
SignerSign {
id: Option<usize>,
pwfile: Option<PathBuf>,
port: u16,
authfile: PathBuf,
},
SignerList {
port: u16,
authfile: PathBuf,
},
SignerReject {
id: Option<usize>,
port: u16,
authfile: PathBuf,
},
Snapshot(SnapshotCommand),
Hash(Option<String>),
}
Variants
Run(RunCmd)
Version
Account(AccountCmd)
ImportPresaleWallet(ImportWallet)
Blockchain(BlockchainCmd)
SignerToken(WsConfiguration, LogConfig)
SignerSign
SignerList
SignerReject
Snapshot(SnapshotCommand)
Hash(Option<String>)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Cmd
impl Send for Cmd
impl Sync for Cmd
impl Unpin for Cmd
impl UnwindSafe for Cmd
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