pub struct CmaParserErc1155SingleDeposit {
pub sender: Address,
pub token: Address,
pub token_id: U256,
pub amount: U256,
pub exec_layer_data: Bytes,
}Fields§
§sender: Address§token: Address§token_id: U256§amount: U256§exec_layer_data: BytesAuto Trait Implementations§
impl !Freeze for CmaParserErc1155SingleDeposit
impl RefUnwindSafe for CmaParserErc1155SingleDeposit
impl Send for CmaParserErc1155SingleDeposit
impl Sync for CmaParserErc1155SingleDeposit
impl Unpin for CmaParserErc1155SingleDeposit
impl UnwindSafe for CmaParserErc1155SingleDeposit
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