Struct sig_proxy::application::proxy::ERC20Config [−][src]
pub struct ERC20Config { pub contract_address: Address, pub balance_header: HeaderName, pub balance_requirement: Option<BalanceRequirement>, pub name_header: HeaderName, pub symbol_header: HeaderName, pub provides_balances: bool, pub provides_name: bool, pub provides_symbol: bool, }
Fields
contract_address: Address
balance_header: HeaderName
balance_requirement: Option<BalanceRequirement>
name_header: HeaderName
symbol_header: HeaderName
provides_balances: bool
provides_name: bool
provides_symbol: bool
Auto Trait Implementations
impl RefUnwindSafe for ERC20Config
impl Send for ERC20Config
impl Sync for ERC20Config
impl Unpin for ERC20Config
impl UnwindSafe for ERC20Config
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>,