pub struct Committed<Pos> {
pub last_position: Pos,
}Expand description
Successful commit of events to a stream.
Fields§
§last_position: PosPosition of the last event written in the batch.
Trait Implementations§
impl<Pos: Copy> Copy for Committed<Pos>
impl<Pos: Eq> Eq for Committed<Pos>
impl<Pos> StructuralPartialEq for Committed<Pos>
Auto Trait Implementations§
impl<Pos> Freeze for Committed<Pos>where
Pos: Freeze,
impl<Pos> RefUnwindSafe for Committed<Pos>where
Pos: RefUnwindSafe,
impl<Pos> Send for Committed<Pos>where
Pos: Send,
impl<Pos> Sync for Committed<Pos>where
Pos: Sync,
impl<Pos> Unpin for Committed<Pos>where
Pos: Unpin,
impl<Pos> UnwindSafe for Committed<Pos>where
Pos: UnwindSafe,
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