pub struct emitLogReturn {}Expand description
@notice Emits a single log entry with the given topic and data.
@param topic A bytes32 topic identifier for the log.
@param data Arbitrary data payload for the log.
Container type for the return parameters of the emitLog(bytes32,bytes) function.
Trait Implementations§
Source§impl Clone for emitLogReturn
impl Clone for emitLogReturn
Source§fn clone(&self) -> emitLogReturn
fn clone(&self) -> emitLogReturn
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 emitLogReturn
impl RefUnwindSafe for emitLogReturn
impl Send for emitLogReturn
impl Sync for emitLogReturn
impl Unpin for emitLogReturn
impl UnsafeUnpin for emitLogReturn
impl UnwindSafe for emitLogReturn
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