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