pub struct AttemptEventLog(/* private fields */);Implementations§
Source§impl AttemptEventLog
impl AttemptEventLog
pub fn events(&self) -> Vec<AttemptEvent>
Trait Implementations§
Source§impl AttemptEventSink for AttemptEventLog
impl AttemptEventSink for AttemptEventLog
fn emit(&self, event: AttemptEvent)
Source§impl Debug for AttemptEventLog
impl Debug for AttemptEventLog
Source§impl Default for AttemptEventLog
impl Default for AttemptEventLog
Source§fn default() -> AttemptEventLog
fn default() -> AttemptEventLog
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for AttemptEventLog
impl RefUnwindSafe for AttemptEventLog
impl Send for AttemptEventLog
impl Sync for AttemptEventLog
impl Unpin for AttemptEventLog
impl UnsafeUnpin for AttemptEventLog
impl UnwindSafe for AttemptEventLog
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