Docs.rs
gremlin-client-0.8.10
gremlin-client 0.8.10
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
wolf4ood
Dependencies
async-std ^1.4.0
normal
optional
async-tls ^0.12
normal
optional
async-trait ^0.1.10
normal
optional
async-tungstenite ^0.23
normal
optional
base64 ^0.21.4
normal
chrono ^0.4
normal
futures ^0.3.1
normal
optional
gremlin-derive ^0.1
normal
optional
lazy_static ^1.3.0
normal
mobc ^0.7
normal
optional
native-tls ^0.2.3
normal
pin-project-lite ^0.2
normal
optional
r2d2 ^0.8.3
normal
rustls ^0.20
normal
optional
serde ^1.0
normal
serde_derive ^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
tungstenite ^0.20.1
normal
url ^2.1.0
normal
optional
uuid ^1.1.2
normal
webpki ^0.22.2
normal
optional
Versions
1.9%
of the crate is documented
Platform
i686-pc-windows-msvc
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
gremlin_
client
0.8.10
ToGValue
Required Methods
to_gvalue
Implementations on Foreign Types
&str
DateTime<Utc>
String
Uuid
Vec<GValue>
bool
f32
f64
i32
i64
Implementors
In crate gremlin_
client
gremlin_client
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
P
Source
§
impl
ToGValue
for
TextP