[][src]Trait gremlin_client::ToGValue

pub trait ToGValue {
    fn to_gvalue(&self) -> GValue;
}

Required methods

fn to_gvalue(&self) -> GValue

Loading content...

Implementations on Foreign Types

impl ToGValue for f32[src]

impl ToGValue for f64[src]

impl ToGValue for i32[src]

impl ToGValue for i64[src]

impl ToGValue for DateTime<Utc>[src]

impl ToGValue for Uuid[src]

impl<'_> ToGValue for &'_ str[src]

Loading content...

Implementors

impl ToGValue for GID[src]

impl ToGValue for Predicate[src]

Loading content...