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