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