pub enum CmaParserVoucherType {
CmaParserVoucherTypeNone,
CmaParserVoucherTypeEther,
CmaParserVoucherTypeErc20,
CmaParserVoucherTypeErc721,
CmaParserVoucherTypeErc1155Single,
CmaParserVoucherTypeErc1155Batch,
}Variants§
CmaParserVoucherTypeNone
CmaParserVoucherTypeEther
CmaParserVoucherTypeErc20
CmaParserVoucherTypeErc721
CmaParserVoucherTypeErc1155Single
CmaParserVoucherTypeErc1155Batch
Auto Trait Implementations§
impl Freeze for CmaParserVoucherType
impl RefUnwindSafe for CmaParserVoucherType
impl Send for CmaParserVoucherType
impl Sync for CmaParserVoucherType
impl Unpin for CmaParserVoucherType
impl UnwindSafe for CmaParserVoucherType
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