Trait gremlin_client::ToGValue[][src]

pub trait ToGValue: Send + Sync {
    fn to_gvalue(&self) -> GValue;
}

Required methods

fn to_gvalue(&self) -> GValue[src]

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 bool[src]

impl ToGValue for &str[src]

impl ToGValue for String[src]

Loading content...

Implementors

Loading content...