[−][src]Struct gremlin_client::process::traversal::SyncTerminator
Methods
impl SyncTerminator[src]
pub fn new(strategies: TraversalStrategies) -> SyncTerminator[src]
Trait Implementations
impl Clone for SyncTerminator[src]
fn clone(&self) -> SyncTerminator[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<T: FromGValue> Terminator<T> for SyncTerminator[src]
type List = GremlinResult<Vec<T>>
type Next = GremlinResult<Option<T>>
type HasNext = GremlinResult<bool>
type Iter = GremlinResult<RemoteTraversalIterator<T>>
fn to_list<S, E>(&self, traversal: &GraphTraversal<S, T, E>) -> Self::List where
E: Terminator<T>, [src]
E: Terminator<T>,
fn next<S, E>(&self, traversal: &GraphTraversal<S, T, E>) -> Self::Next where
E: Terminator<T>, [src]
E: Terminator<T>,
fn has_next<S, E>(&self, traversal: &GraphTraversal<S, T, E>) -> Self::HasNext where
E: Terminator<T>, [src]
E: Terminator<T>,
fn iter<S, E>(&self, traversal: &GraphTraversal<S, T, E>) -> Self::Iter where
E: Terminator<T>, [src]
E: Terminator<T>,
Auto Trait Implementations
impl !RefUnwindSafe for SyncTerminator
impl Send for SyncTerminator
impl Sync for SyncTerminator
impl Unpin for SyncTerminator
impl !UnwindSafe for SyncTerminator
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,
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.
fn to_owned(&self) -> T[src]
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.
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> Typeable for T where
T: Any,
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,