pub struct AgentEvents { /* private fields */ }Expand description
Event receiver for frontends that do not own durable event recording.
Implementations§
Auto Trait Implementations§
impl Freeze for AgentEvents
impl RefUnwindSafe for AgentEvents
impl Send for AgentEvents
impl Sync for AgentEvents
impl Unpin for AgentEvents
impl UnsafeUnpin for AgentEvents
impl UnwindSafe for AgentEvents
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