pub struct emitLogsReturn {}Expand description
@notice Emits multiple log entries with the same topic but different data.
@param topic A bytes32 topic identifier for all logs.
@param dataVector Array of data payloads, one per log entry.
Container type for the return parameters of the emitLogs(bytes32,bytes[]) function.
Trait Implementations§
Source§impl Clone for emitLogsReturn
impl Clone for emitLogsReturn
Source§fn clone(&self) -> emitLogsReturn
fn clone(&self) -> emitLogsReturn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for emitLogsReturn
impl RefUnwindSafe for emitLogsReturn
impl Send for emitLogsReturn
impl Sync for emitLogsReturn
impl Unpin for emitLogsReturn
impl UnsafeUnpin for emitLogsReturn
impl UnwindSafe for emitLogsReturn
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