pub struct EmlEventLog { /* private fields */ }Expand description
Accumulator for EML lifecycle events.
Models push events here during operations. Callers drain the log periodically and forward events to the ExoChain or other sinks.
Implementations§
Trait Implementations§
Source§impl Clone for EmlEventLog
impl Clone for EmlEventLog
Source§fn clone(&self) -> EmlEventLog
fn clone(&self) -> EmlEventLog
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EmlEventLog
impl Debug for EmlEventLog
Source§impl Default for EmlEventLog
impl Default for EmlEventLog
Source§fn default() -> EmlEventLog
fn default() -> EmlEventLog
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EmlEventLog
impl RefUnwindSafe for EmlEventLog
impl Send for EmlEventLog
impl Sync for EmlEventLog
impl Unpin for EmlEventLog
impl UnsafeUnpin for EmlEventLog
impl UnwindSafe for EmlEventLog
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