pub struct RepositoryGraphReadPage<T> {
pub page: RepositoryGraphPage<T>,
pub work: RepositoryGraphReadWork,
}Expand description
One stable paged graph result plus exact database work for the page attempt.
Fields§
§page: RepositoryGraphPage<T>Stable bounded page, including its truncation sentinel result.
work: RepositoryGraphReadWorkExact work for all decoded rows, including a removed sentinel.
Trait Implementations§
Source§impl<T: Clone> Clone for RepositoryGraphReadPage<T>
impl<T: Clone> Clone for RepositoryGraphReadPage<T>
Source§fn clone(&self) -> RepositoryGraphReadPage<T>
fn clone(&self) -> RepositoryGraphReadPage<T>
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<T: Debug> Debug for RepositoryGraphReadPage<T>
impl<T: Debug> Debug for RepositoryGraphReadPage<T>
Source§impl<T: PartialEq> PartialEq for RepositoryGraphReadPage<T>
impl<T: PartialEq> PartialEq for RepositoryGraphReadPage<T>
impl<T: Eq> Eq for RepositoryGraphReadPage<T>
impl<T> StructuralPartialEq for RepositoryGraphReadPage<T>
Auto Trait Implementations§
impl<T> Freeze for RepositoryGraphReadPage<T>
impl<T> RefUnwindSafe for RepositoryGraphReadPage<T>where
T: RefUnwindSafe,
impl<T> Send for RepositoryGraphReadPage<T>where
T: Send,
impl<T> Sync for RepositoryGraphReadPage<T>where
T: Sync,
impl<T> Unpin for RepositoryGraphReadPage<T>where
T: Unpin,
impl<T> UnwindSafe for RepositoryGraphReadPage<T>where
T: UnwindSafe,
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