pub struct EngineCursor {
pub revision: GraphRevision,
}Expand description
The engine’s applied (source epoch, graph revision) position. The epoch
is a non-reusable timeline identifier, so a projection that survived a
point-in-time restore of the source database is detected rather than
served.
Fields§
§revision: GraphRevisionAuto Trait Implementations§
impl Freeze for EngineCursor
impl RefUnwindSafe for EngineCursor
impl Send for EngineCursor
impl Sync for EngineCursor
impl Unpin for EngineCursor
impl UnsafeUnpin for EngineCursor
impl UnwindSafe for EngineCursor
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