pub struct CmaParserErc1155BatchDeposit {
pub sender: Address,
pub token: Address,
pub count: usize,
pub token_ids: Vec<U256>,
pub amounts: Vec<U256>,
pub base_layer_data: Bytes,
pub exec_layer_data: Bytes,
}Fields§
§sender: Address§token: Address§count: usize§token_ids: Vec<U256>§amounts: Vec<U256>§base_layer_data: Bytes§exec_layer_data: BytesAuto Trait Implementations§
impl !Freeze for CmaParserErc1155BatchDeposit
impl RefUnwindSafe for CmaParserErc1155BatchDeposit
impl Send for CmaParserErc1155BatchDeposit
impl Sync for CmaParserErc1155BatchDeposit
impl Unpin for CmaParserErc1155BatchDeposit
impl UnwindSafe for CmaParserErc1155BatchDeposit
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