pub struct StreamCursor {
pub stream_id: StreamId,
pub next_seq_no: SeqNo,
}Expand description
Last durable/applied cursor for one stream.
Fields§
§stream_id: StreamId§next_seq_no: SeqNoTrait Implementations§
Auto Trait Implementations§
impl Freeze for StreamCursor
impl RefUnwindSafe for StreamCursor
impl Send for StreamCursor
impl Sync for StreamCursor
impl Unpin for StreamCursor
impl UnsafeUnpin for StreamCursor
impl UnwindSafe for StreamCursor
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