pub struct EventStreamSlice;Expand description
Marker type returned by a successful EventStore::append_events() call.
Currently a unit struct confirming that the append operation committed successfully. Future versions may carry metadata such as the assigned stream versions or global positions of the written events.
Auto Trait Implementations§
impl Freeze for EventStreamSlice
impl RefUnwindSafe for EventStreamSlice
impl Send for EventStreamSlice
impl Sync for EventStreamSlice
impl Unpin for EventStreamSlice
impl UnsafeUnpin 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