pub struct InMemoryEventPublisher { /* private fields */ }Implementations§
Source§impl InMemoryEventPublisher
impl InMemoryEventPublisher
pub async fn snapshot(&self) -> Vec<RuntimeEvent>
Trait Implementations§
Source§impl Clone for InMemoryEventPublisher
impl Clone for InMemoryEventPublisher
Source§impl Default for InMemoryEventPublisher
impl Default for InMemoryEventPublisher
Auto Trait Implementations§
impl !RefUnwindSafe for InMemoryEventPublisher
impl !UnwindSafe for InMemoryEventPublisher
impl Freeze for InMemoryEventPublisher
impl Send for InMemoryEventPublisher
impl Sync for InMemoryEventPublisher
impl Unpin for InMemoryEventPublisher
impl UnsafeUnpin for InMemoryEventPublisher
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