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