pub struct RepositoryGraphAdjacencyPage {
pub rows: Vec<RepositoryGraphAdjacencyRow>,
pub truncated: bool,
pub continuation: Option<RepositoryGraphAdjacencyContinuation>,
}Expand description
One bounded direction-specific adjacency page.
Fields§
§rows: Vec<RepositoryGraphAdjacencyRow>Fully validated rows in deterministic frontier and relation order.
truncated: boolWhether at least one additional validated relation exists.
continuation: Option<RepositoryGraphAdjacencyContinuation>Opaque continuation for the same frontier and direction when truncated.
Trait Implementations§
Source§impl Clone for RepositoryGraphAdjacencyPage
impl Clone for RepositoryGraphAdjacencyPage
Source§fn clone(&self) -> RepositoryGraphAdjacencyPage
fn clone(&self) -> RepositoryGraphAdjacencyPage
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 Debug for RepositoryGraphAdjacencyPage
impl Debug for RepositoryGraphAdjacencyPage
Source§impl PartialEq for RepositoryGraphAdjacencyPage
impl PartialEq for RepositoryGraphAdjacencyPage
Source§fn eq(&self, other: &RepositoryGraphAdjacencyPage) -> bool
fn eq(&self, other: &RepositoryGraphAdjacencyPage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RepositoryGraphAdjacencyPage
impl StructuralPartialEq for RepositoryGraphAdjacencyPage
Auto Trait Implementations§
impl Freeze for RepositoryGraphAdjacencyPage
impl RefUnwindSafe for RepositoryGraphAdjacencyPage
impl Send for RepositoryGraphAdjacencyPage
impl Sync for RepositoryGraphAdjacencyPage
impl Unpin for RepositoryGraphAdjacencyPage
impl UnwindSafe for RepositoryGraphAdjacencyPage
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