Docs.rs
solomon-gremlin-0.0.2
solomon-gremlin 0.0.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
chungquantin
Dependencies
async-std ^1.4.0
normal
optional
async-tls ^0.11
normal
optional
async-trait ^0.1.58
normal
async-tungstenite ^0.18
normal
optional
chrono ^0.4
normal
futures ^0.3.1
normal
optional
gremlin-derive ^0.1
normal
optional
lazy_static ^1.3.0
normal
rustls ^0.19
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0.20
normal
tokio ^1
normal
optional
tokio-native-tls ^0.3.0
normal
optional
tokio-stream ^0.1.2
normal
optional
url ^2.1.0
normal
optional
uuid ^1.1.2
normal
Versions
2.31%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ToGValue
solomon_
gremlin
0.0.2
ToGValue
Required Methods
to_gvalue
Implementations on Foreign Types
&str
DateTime<Utc>
String
Uuid
Vec<GValue>
bool
f32
f64
i32
i64
Implementors
In crate solomon_
gremlin
solomon_gremlin
Trait
ToGValue
Copy item path
Source
pub trait ToGValue:
Send
+
Sync
{ // Required method fn
to_gvalue
(&self) ->
GValue
; }
Required Methods
§
Source
fn
to_gvalue
(&self) ->
GValue
Implementations on Foreign Types
§
Source
§
impl
ToGValue
for &
str
Source
§
fn
to_gvalue
(&self) ->
GValue
Source
§
impl
ToGValue
for
bool
Source
§
fn
to_gvalue
(&self) ->
GValue
Source
§
impl
ToGValue
for
f32
Source
§
fn
to_gvalue
(&self) ->
GValue
Source
§
impl
ToGValue
for
f64
Source
§
fn
to_gvalue
(&self) ->
GValue
Source
§
impl
ToGValue
for
i32
Source
§
fn
to_gvalue
(&self) ->
GValue
Source
§
impl
ToGValue
for
i64
Source
§
fn
to_gvalue
(&self) ->
GValue
Source
§
impl
ToGValue
for
String
Source
§
fn
to_gvalue
(&self) ->
GValue
Source
§
impl
ToGValue
for
Vec
<
GValue
>
Source
§
fn
to_gvalue
(&self) ->
GValue
Source
§
impl
ToGValue
for
DateTime
<
Utc
>
Source
§
fn
to_gvalue
(&self) ->
GValue
Source
§
impl
ToGValue
for
Uuid
Source
§
fn
to_gvalue
(&self) ->
GValue
Implementors
§
Source
§
impl
ToGValue
for
GID
Source
§
impl
ToGValue
for
Bytecode
Source
§
impl
ToGValue
for
Predicate
Source
§
impl
ToGValue
for
TextP