pub struct CmaParserErc1155SingleVoucherFields {
pub token: Address,
pub token_id: U256,
pub receiver: Address,
pub value: U256,
pub amount: U256,
}Fields§
§token: Address§token_id: U256§receiver: Address§value: U256§amount: U256Auto Trait Implementations§
impl Freeze for CmaParserErc1155SingleVoucherFields
impl RefUnwindSafe for CmaParserErc1155SingleVoucherFields
impl Send for CmaParserErc1155SingleVoucherFields
impl Sync for CmaParserErc1155SingleVoucherFields
impl Unpin for CmaParserErc1155SingleVoucherFields
impl UnwindSafe for CmaParserErc1155SingleVoucherFields
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