pub struct EntryLocation {
pub namespace: EntryNamespace,
pub sequence: u64,
pub entry: ContentId,
pub storage: ContentId,
}Expand description
Exact physical locator for a committed v2 entry leaf.
Fields§
§namespace: EntryNamespace§sequence: u64§entry: ContentId§storage: ContentIdTrait Implementations§
Source§impl Clone for EntryLocation
impl Clone for EntryLocation
Source§fn clone(&self) -> EntryLocation
fn clone(&self) -> EntryLocation
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 EntryLocation
impl Debug for EntryLocation
impl Eq for EntryLocation
Source§impl Ord for EntryLocation
impl Ord for EntryLocation
Source§fn cmp(&self, other: &EntryLocation) -> Ordering
fn cmp(&self, other: &EntryLocation) -> Ordering
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 EntryLocation
impl PartialEq for EntryLocation
Source§impl PartialOrd for EntryLocation
impl PartialOrd for EntryLocation
impl StructuralPartialEq for EntryLocation
Auto Trait Implementations§
impl Freeze for EntryLocation
impl RefUnwindSafe for EntryLocation
impl Send for EntryLocation
impl Sync for EntryLocation
impl Unpin for EntryLocation
impl UnsafeUnpin for EntryLocation
impl UnwindSafe for EntryLocation
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