pub enum GraphAccessRecord {
Show 17 variants
Path,
IsTransposed,
NumNodes,
HasNode(NodeId),
NumArcs,
NumNodesByType,
NumArcsByType,
HasArc(NodeId, NodeId),
Property(PropertyAccess),
Successors(NodeId),
Outdegree(NodeId),
LabeledSuccessors(NodeId),
UntypedLabeledSuccessors(NodeId),
Predecessors(NodeId),
Indegree(NodeId),
LabeledPredecessors(NodeId),
UntypedLabeledPredecessors(NodeId),
}Expand description
Record of a graph access operation
Variants§
Path
IsTransposed
NumNodes
HasNode(NodeId)
NumArcs
NumNodesByType
NumArcsByType
HasArc(NodeId, NodeId)
Property(PropertyAccess)
Successors(NodeId)
Outdegree(NodeId)
LabeledSuccessors(NodeId)
UntypedLabeledSuccessors(NodeId)
Predecessors(NodeId)
Indegree(NodeId)
LabeledPredecessors(NodeId)
UntypedLabeledPredecessors(NodeId)
Trait Implementations§
Source§impl Clone for GraphAccessRecord
impl Clone for GraphAccessRecord
Source§fn clone(&self) -> GraphAccessRecord
fn clone(&self) -> GraphAccessRecord
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 GraphAccessRecord
impl Debug for GraphAccessRecord
impl Eq for GraphAccessRecord
Source§impl PartialEq for GraphAccessRecord
impl PartialEq for GraphAccessRecord
Source§fn eq(&self, other: &GraphAccessRecord) -> bool
fn eq(&self, other: &GraphAccessRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GraphAccessRecord
Auto Trait Implementations§
impl Freeze for GraphAccessRecord
impl RefUnwindSafe for GraphAccessRecord
impl Send for GraphAccessRecord
impl Sync for GraphAccessRecord
impl Unpin for GraphAccessRecord
impl UnsafeUnpin for GraphAccessRecord
impl UnwindSafe for GraphAccessRecord
Blanket Implementations§
impl<T> Allocation for T
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T, U> CastableInto<U> for Twhere
U: CastableFrom<T>,
impl<T, U> CastableInto<U> for Twhere
U: CastableFrom<T>,
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> DowncastableFrom<T> for T
impl<T> DowncastableFrom<T> for T
Source§fn downcast_from(value: T) -> T
fn downcast_from(value: T) -> T
Truncate the current UnsignedInt to a possibly smaller size
Source§impl<T, U> DowncastableInto<U> for Twhere
U: DowncastableFrom<T>,
impl<T, U> DowncastableInto<U> for Twhere
U: DowncastableFrom<T>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
Source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
Source§impl<T> UpcastableFrom<T> for T
impl<T> UpcastableFrom<T> for T
Source§fn upcast_from(value: T) -> T
fn upcast_from(value: T) -> T
Extend the current UnsignedInt to a possibly bigger size.