[−][src]Struct indradb::SpecificEdgeQuery
Gets a specific set of edges.
Fields
keys: Vec<EdgeKey>The keys of the edges to get.
Implementations
impl SpecificEdgeQuery[src]
pub fn new(keys: Vec<EdgeKey>) -> Self[src]
Creates a new edge query for getting a list of edges by their keys.
Arguments
keys- The keys of the edges to get.
pub fn single(key: EdgeKey) -> Self[src]
Creates a new edge query for getting a single edge.
Arguments
key- The key of the edge to get.
Trait Implementations
impl Clone for SpecificEdgeQuery[src]
pub fn clone(&self) -> SpecificEdgeQuery[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SpecificEdgeQuery[src]
impl EdgeQueryExt for SpecificEdgeQuery[src]
pub fn outbound(self, limit: u32) -> PipeVertexQuery[src]
pub fn inbound(self, limit: u32) -> PipeVertexQuery[src]
pub fn property<S: Into<String>>(self, name: S) -> EdgePropertyQuery[src]
impl Eq for SpecificEdgeQuery[src]
impl From<SpecificEdgeQuery> for EdgeQuery[src]
pub fn from(query: SpecificEdgeQuery) -> Self[src]
impl PartialEq<SpecificEdgeQuery> for SpecificEdgeQuery[src]
pub fn eq(&self, other: &SpecificEdgeQuery) -> bool[src]
pub fn ne(&self, other: &SpecificEdgeQuery) -> bool[src]
impl StructuralEq for SpecificEdgeQuery[src]
impl StructuralPartialEq for SpecificEdgeQuery[src]
Auto Trait Implementations
impl RefUnwindSafe for SpecificEdgeQuery[src]
impl Send for SpecificEdgeQuery[src]
impl Sync for SpecificEdgeQuery[src]
impl Unpin for SpecificEdgeQuery[src]
impl UnwindSafe for SpecificEdgeQuery[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,