Enum sig_proxy::command::Options[][src]

pub enum Options {
    Demo {
        listen: String,
    },
    Units {},
    Web3 {
Show fields listen: String, backend: Url, web3_rpc_url: Url, address_header: HeaderName, balance_header: HeaderName, signature_header: HeaderName, secret_key_file: Option<PathBuf>, secret_key_data: Option<HexData>, challenge: String, balance_scale: BalanceScale, balance_minimum: Option<U256>, balance_maximum: Option<U256>, provides_signatures: bool, provides_account_verification: bool, provides_balances: bool,
}, }

Variants

Demo

Fields of Demo

listen: String
Units

Fields of Units

Web3

Fields of Web3

listen: Stringbackend: Urlweb3_rpc_url: Urladdress_header: HeaderNamebalance_header: HeaderNamesignature_header: HeaderNamesecret_key_file: Option<PathBuf>secret_key_data: Option<HexData>challenge: Stringbalance_scale: BalanceScalebalance_minimum: Option<U256>balance_maximum: Option<U256>provides_signatures: boolprovides_account_verification: boolprovides_balances: bool

Trait Implementations

impl Debug for Options[src]

impl StructOpt for Options[src]

impl StructOptInternal for Options[src]

Auto Trait Implementations

impl RefUnwindSafe for Options

impl Send for Options

impl Sync for Options

impl Unpin for Options

impl UnwindSafe for Options

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

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<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]