Struct sig_proxy::application::proxy::Config[][src]

pub struct Config {
    pub address_header: HeaderName,
    pub backend: Url,
    pub balance_header: HeaderName,
    pub balance_requirement: Option<BalanceRequirement>,
    pub balance_scale: Option<BalanceScale>,
    pub challenge: Vec<u8>,
    pub provides_account_verification: bool,
    pub provides_balances: bool,
    pub provides_signatures: bool,
    pub web3_rpc_url: Url,
    pub secret_key: Option<SecretKey>,
    pub signature_header: HeaderName,
}

Fields

address_header: HeaderNamebackend: Urlbalance_header: HeaderNamebalance_requirement: Option<BalanceRequirement>balance_scale: Option<BalanceScale>challenge: Vec<u8>provides_account_verification: boolprovides_balances: boolprovides_signatures: boolweb3_rpc_url: Urlsecret_key: Option<SecretKey>signature_header: HeaderName

Auto Trait Implementations

impl RefUnwindSafe for Config

impl Send for Config

impl Sync for Config

impl Unpin for Config

impl UnwindSafe for Config

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]