pub struct ReadSetStoreRevision { /* private fields */ }Expand description
One physical store’s row and access-state revisions.
Implementations§
Source§impl ReadSetStoreRevision
impl ReadSetStoreRevision
Sourcepub const fn store(&self) -> ReadSetStoreIdentity
pub const fn store(&self) -> ReadSetStoreIdentity
Return the physical store identity.
Sourcepub const fn data_revision(&self) -> u64
pub const fn data_revision(&self) -> u64
Return the logical row-mutation revision.
Sourcepub const fn access_state_revision(&self) -> u64
pub const fn access_state_revision(&self) -> u64
Return the physical access-readiness revision.
Trait Implementations§
Source§impl CandidType for ReadSetStoreRevision
impl CandidType for ReadSetStoreRevision
Source§impl Clone for ReadSetStoreRevision
impl Clone for ReadSetStoreRevision
Source§fn clone(&self) -> ReadSetStoreRevision
fn clone(&self) -> ReadSetStoreRevision
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReadSetStoreRevision
Source§impl Debug for ReadSetStoreRevision
impl Debug for ReadSetStoreRevision
Source§impl<'de> Deserialize<'de> for ReadSetStoreRevision
impl<'de> Deserialize<'de> for ReadSetStoreRevision
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ReadSetStoreRevision
Source§impl PartialEq for ReadSetStoreRevision
impl PartialEq for ReadSetStoreRevision
impl StructuralPartialEq for ReadSetStoreRevision
Auto Trait Implementations§
impl Freeze for ReadSetStoreRevision
impl RefUnwindSafe for ReadSetStoreRevision
impl Send for ReadSetStoreRevision
impl Sync for ReadSetStoreRevision
impl Unpin for ReadSetStoreRevision
impl UnsafeUnpin for ReadSetStoreRevision
impl UnwindSafe for ReadSetStoreRevision
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