Struct sig_proxy::application::proxy::ERC777Config [−][src]
pub struct ERC777Config { 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 ERC777Config
impl Send for ERC777Config
impl Sync for ERC777Config
impl Unpin for ERC777Config
impl UnwindSafe for ERC777Config
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>,