pub struct EventStreamSlice;Expand description
Placeholder for event stream slice type.
EventStreamSlice is a consecutive set of StoredEvent that represents a fixed number of
events that can start and/or end at any points short of the start and the end of the set. This
is primarily used to contain the resuling StoredEvent instances from a success call to
EventStore.append_events().
TODO: Refine with actual metadata returned after successful append.
Auto Trait Implementations§
impl Freeze for EventStreamSlice
impl RefUnwindSafe for EventStreamSlice
impl Send for EventStreamSlice
impl Sync for EventStreamSlice
impl Unpin for EventStreamSlice
impl UnwindSafe for EventStreamSlice
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