Struct sig_proxy::application::proxy::Config [−][src]
pub struct Config {}Show fields
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 erc20: ERC20Config, pub erc1155: ERC1155Config, pub erc721: ERC721Config, pub erc777: ERC777Config, pub provides_signatures: bool, pub web3_rpc_url: Url, pub secret_key: Option<SecretKey>, pub signature_header: HeaderName,
Fields
address_header: HeaderName
backend: Url
balance_header: HeaderName
balance_requirement: Option<BalanceRequirement>
balance_scale: Option<BalanceScale>
challenge: Vec<u8>
provides_account_verification: bool
provides_balances: bool
erc20: ERC20Config
erc1155: ERC1155Config
erc721: ERC721Config
erc777: ERC777Config
provides_signatures: bool
web3_rpc_url: Url
secret_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> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,