pub struct GraphRevision {
pub source_epoch: i64,
pub revision: i64,
}Expand description
The snapshot identity every compound read observes and reports: the deployment-wide, non-reusable source epoch paired with the per-tenant monotonic revision.
Fields§
§source_epoch: i64§revision: i64Trait Implementations§
Source§impl Clone for GraphRevision
impl Clone for GraphRevision
impl Copy for GraphRevision
Source§impl Debug for GraphRevision
impl Debug for GraphRevision
Source§impl Default for GraphRevision
impl Default for GraphRevision
impl Eq for GraphRevision
Source§impl Ord for GraphRevision
impl Ord for GraphRevision
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for GraphRevision
impl PartialEq for GraphRevision
Source§impl PartialOrd for GraphRevision
impl PartialOrd for GraphRevision
impl StructuralPartialEq for GraphRevision
Auto Trait Implementations§
impl Freeze for GraphRevision
impl RefUnwindSafe for GraphRevision
impl Send for GraphRevision
impl Sync for GraphRevision
impl Unpin for GraphRevision
impl UnsafeUnpin for GraphRevision
impl UnwindSafe for GraphRevision
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.