pub struct RepositoryGraphAdjacencyReadPage {
pub page: RepositoryGraphAdjacencyPage,
pub work: RepositoryGraphReadWork,
}Expand description
One bounded adjacency page plus exact database work for the page attempt.
Fields§
§page: RepositoryGraphAdjacencyPageStable direction-specific page and continuation state.
work: RepositoryGraphReadWorkExact raw-row and endpoint hydration work for the complete page.
Trait Implementations§
Source§impl Clone for RepositoryGraphAdjacencyReadPage
impl Clone for RepositoryGraphAdjacencyReadPage
Source§fn clone(&self) -> RepositoryGraphAdjacencyReadPage
fn clone(&self) -> RepositoryGraphAdjacencyReadPage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for RepositoryGraphAdjacencyReadPage
impl PartialEq for RepositoryGraphAdjacencyReadPage
Source§fn eq(&self, other: &RepositoryGraphAdjacencyReadPage) -> bool
fn eq(&self, other: &RepositoryGraphAdjacencyReadPage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RepositoryGraphAdjacencyReadPage
impl StructuralPartialEq for RepositoryGraphAdjacencyReadPage
Auto Trait Implementations§
impl Freeze for RepositoryGraphAdjacencyReadPage
impl RefUnwindSafe for RepositoryGraphAdjacencyReadPage
impl Send for RepositoryGraphAdjacencyReadPage
impl Sync for RepositoryGraphAdjacencyReadPage
impl Unpin for RepositoryGraphAdjacencyReadPage
impl UnwindSafe for RepositoryGraphAdjacencyReadPage
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more