[−][src]Struct gremlin_client::process::traversal::AnonymousTraversalSource
Methods
impl AnonymousTraversalSource[src]
pub fn new() -> AnonymousTraversalSource[src]
pub fn v<T>(&self, ids: T) -> TraversalBuilder where
T: Into<GIDs>, [src]
T: Into<GIDs>,
pub fn count(&self) -> TraversalBuilder[src]
pub fn out<L>(&self, labels: L) -> TraversalBuilder where
L: Into<Labels>, [src]
L: Into<Labels>,
pub fn values<L>(&self, labels: L) -> TraversalBuilder where
L: Into<Labels>, [src]
L: Into<Labels>,
pub fn has_label<L>(&self, labels: L) -> TraversalBuilder where
L: Into<Labels>, [src]
L: Into<Labels>,
pub fn as_<A>(&self, alias: A) -> TraversalBuilder where
A: Into<String>, [src]
A: Into<String>,
pub fn has<A>(&self, step: A) -> TraversalBuilder where
A: IntoHasStep, [src]
A: IntoHasStep,
pub fn not<A>(&self, step: A) -> TraversalBuilder where
A: IntoNotStep, [src]
A: IntoNotStep,
Trait Implementations
impl Default for AnonymousTraversalSource[src]
Auto Trait Implementations
impl Send for AnonymousTraversalSource
impl Sync for AnonymousTraversalSource
impl Unpin for AnonymousTraversalSource
impl UnwindSafe for AnonymousTraversalSource
impl RefUnwindSafe for AnonymousTraversalSource
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for 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.
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.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Typeable for T where
T: Any,
T: Any,