pub struct ReadId(pub u64);Expand description
Client-supplied token identifying a linearizable read request (read-consistency).
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for ReadId
impl Eq for ReadId
Source§impl Ord for ReadId
impl Ord for ReadId
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
Source§impl PartialOrd for ReadId
impl PartialOrd for ReadId
impl StructuralPartialEq for ReadId
Auto Trait Implementations§
impl Freeze for ReadId
impl RefUnwindSafe for ReadId
impl Send for ReadId
impl Sync for ReadId
impl Unpin for ReadId
impl UnsafeUnpin for ReadId
impl UnwindSafe for ReadId
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