pub struct StoredDatumRef {
pub meaning: ContentId,
pub storage: ContentId,
}Expand description
A verified crossing from semantic Datum identity to physical byte identity.
Fields§
§meaning: ContentIdKernel Datum identity used by callers and journal entries.
storage: ContentIdExact-byte identity used only by the storage adapter.
Trait Implementations§
Source§impl Clone for StoredDatumRef
impl Clone for StoredDatumRef
Source§fn clone(&self) -> StoredDatumRef
fn clone(&self) -> StoredDatumRef
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 moreSource§impl Debug for StoredDatumRef
impl Debug for StoredDatumRef
impl Eq for StoredDatumRef
Source§impl PartialEq for StoredDatumRef
impl PartialEq for StoredDatumRef
impl StructuralPartialEq for StoredDatumRef
Auto Trait Implementations§
impl Freeze for StoredDatumRef
impl RefUnwindSafe for StoredDatumRef
impl Send for StoredDatumRef
impl Sync for StoredDatumRef
impl Unpin for StoredDatumRef
impl UnsafeUnpin for StoredDatumRef
impl UnwindSafe for StoredDatumRef
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