pub enum CmaVoucherFieldType {
EtherVoucherFields(CmaParserEtherVoucherFields),
Erc20VoucherFields(CmaParserErc20VoucherFields),
Erc721VoucherFields(CmaParserErc721VoucherFields),
Erc1155SingleVoucherFields(CmaParserErc1155SingleVoucherFields),
Erc1155BatchVoucherFields(CmaParserErc1155BatchVoucherFields),
}Variants§
EtherVoucherFields(CmaParserEtherVoucherFields)
Erc20VoucherFields(CmaParserErc20VoucherFields)
Erc721VoucherFields(CmaParserErc721VoucherFields)
Erc1155SingleVoucherFields(CmaParserErc1155SingleVoucherFields)
Erc1155BatchVoucherFields(CmaParserErc1155BatchVoucherFields)
Auto Trait Implementations§
impl Freeze for CmaVoucherFieldType
impl RefUnwindSafe for CmaVoucherFieldType
impl Send for CmaVoucherFieldType
impl Sync for CmaVoucherFieldType
impl Unpin for CmaVoucherFieldType
impl UnwindSafe for CmaVoucherFieldType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more