pub enum GraphScanPolicy {
Filtered,
AllowFullScan,
}Expand description
Whether a selection is expected to be filtered or deliberately scans all nodes and edges.
Variants§
Filtered
The supplied traversals constrain the selected graph.
AllowFullScan
The caller explicitly accepts a full graph scan.
Trait Implementations§
Source§impl Clone for GraphScanPolicy
impl Clone for GraphScanPolicy
Source§fn clone(&self) -> GraphScanPolicy
fn clone(&self) -> GraphScanPolicy
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 moreimpl Copy for GraphScanPolicy
Source§impl Debug for GraphScanPolicy
impl Debug for GraphScanPolicy
impl Eq for GraphScanPolicy
Source§impl PartialEq for GraphScanPolicy
impl PartialEq for GraphScanPolicy
impl StructuralPartialEq for GraphScanPolicy
Auto Trait Implementations§
impl Freeze for GraphScanPolicy
impl RefUnwindSafe for GraphScanPolicy
impl Send for GraphScanPolicy
impl Sync for GraphScanPolicy
impl Unpin for GraphScanPolicy
impl UnsafeUnpin for GraphScanPolicy
impl UnwindSafe for GraphScanPolicy
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.