[][src]Struct gremlin_client::structure::P

pub struct P { /* fields omitted */ }

Methods

impl P[src]

pub fn operator(&self) -> &String[src]

pub fn value(&self) -> &GValue[src]

pub fn eq<V>(value: V) -> P where
    V: ToGValue
[src]

pub fn neq<V>(value: V) -> P where
    V: ToGValue
[src]

pub fn gt<V>(value: V) -> P where
    V: ToGValue
[src]

pub fn gte<V>(value: V) -> P where
    V: ToGValue
[src]

pub fn lt<V>(value: V) -> P where
    V: ToGValue
[src]

pub fn lte<V>(value: V) -> P where
    V: ToGValue
[src]

pub fn within<V>(value: V) -> P where
    V: IntoRange, 
[src]

Trait Implementations

impl ToGValue for Predicate[src]

impl From<P> for GValue[src]

impl Clone for P[src]

impl PartialEq<P> for P[src]

impl Debug for P[src]

impl StructuralPartialEq for P[src]

Auto Trait Implementations

impl Send for P

impl Sync for P

impl Unpin for P

impl UnwindSafe for P

impl RefUnwindSafe for P

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any