pub struct CmaParserErc1155BatchVoucherFields {
pub token: Address,
pub receiver: Address,
pub count: usize,
pub token_ids: Vec<U256>,
pub value: U256,
pub amounts: Vec<U256>,
}Fields§
§token: Address§receiver: Address§count: usize§token_ids: Vec<U256>§value: U256§amounts: Vec<U256>Auto Trait Implementations§
impl Freeze for CmaParserErc1155BatchVoucherFields
impl RefUnwindSafe for CmaParserErc1155BatchVoucherFields
impl Send for CmaParserErc1155BatchVoucherFields
impl Sync for CmaParserErc1155BatchVoucherFields
impl Unpin for CmaParserErc1155BatchVoucherFields
impl UnwindSafe for CmaParserErc1155BatchVoucherFields
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