[][src]Struct exonum_cli::command::run_dev::RunDev

pub struct RunDev {
    pub artifacts_dir: PathBuf,
}

Run application in development mode (generate configuration and db files automatically).

Fields

artifacts_dir: PathBuf

The path where configuration and db files will be generated.

Trait Implementations

impl ExonumCommand for RunDev[src]

impl Debug for RunDev[src]

impl StructOpt for RunDev[src]

impl<'de> Deserialize<'de> for RunDev[src]

impl Serialize for RunDev[src]

Auto Trait Implementations

impl Send for RunDev

impl Sync for RunDev

impl Unpin for RunDev

impl UnwindSafe for RunDev

impl RefUnwindSafe for RunDev

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,