[−][src]Struct indradb::RangeVertexQuery
Gets a range of vertices.
Fields
limit: u32Limits the number of vertices to get.
t: Option<Type>Filters the type of vertices returned.
start_id: Option<Uuid>Sets the lowest vertex ID to return.
Implementations
impl RangeVertexQuery[src]
pub fn new(limit: u32) -> Self[src]
pub fn t(self, t: Type) -> Self[src]
pub fn start_id(self, start_id: Uuid) -> Self[src]
Trait Implementations
impl Clone for RangeVertexQuery[src]
pub fn clone(&self) -> RangeVertexQuery[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for RangeVertexQuery[src]
impl Eq for RangeVertexQuery[src]
impl From<RangeVertexQuery> for VertexQuery[src]
pub fn from(query: RangeVertexQuery) -> Self[src]
impl PartialEq<RangeVertexQuery> for RangeVertexQuery[src]
pub fn eq(&self, other: &RangeVertexQuery) -> bool[src]
pub fn ne(&self, other: &RangeVertexQuery) -> bool[src]
impl StructuralEq for RangeVertexQuery[src]
impl StructuralPartialEq for RangeVertexQuery[src]
impl VertexQueryExt for RangeVertexQuery[src]
pub fn outbound(self, limit: u32) -> PipeEdgeQuery[src]
pub fn inbound(self, limit: u32) -> PipeEdgeQuery[src]
pub fn property<S: Into<String>>(self, name: S) -> VertexPropertyQuery[src]
Auto Trait Implementations
impl RefUnwindSafe for RangeVertexQuery[src]
impl Send for RangeVertexQuery[src]
impl Sync for RangeVertexQuery[src]
impl Unpin for RangeVertexQuery[src]
impl UnwindSafe for RangeVertexQuery[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>,