Docs.rs
edgedb-query-0.1.8
edgedb-query 0.1.8
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
imagineDevit
Dependencies
chrono ^0.4.19
normal
edgedb ^0.1
normal
edgedb-protocol ^0.4
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
uuid ^1.1
normal
Versions
45.1%
of the crate is documented
Go to latest version
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
☰
ToEdgeShape
Required Methods
shape
Implementations on Foreign Types
Date<Local>
DateTime<Local>
DateTime<Utc>
Duration
NaiveDate
NaiveTime
String
Uuid
Value
Vec<T>
bool
f32
f64
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
In edgedb_query
?
Trait
edgedb_query
::
ToEdgeShape
source
·
[
−
]
pub trait ToEdgeShape { // Required method fn
shape
() ->
String
; }
Required Methods
§
source
fn
shape
() ->
String
Implementations on Foreign Types
§
source
§
impl
ToEdgeShape
for
DateTime
<
Utc
>
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
f32
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
u64
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
i64
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
i16
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
u16
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
u8
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
Date
<
Local
>
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
i32
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
bool
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
i8
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
NaiveDate
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
NaiveTime
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
String
source
§
fn
shape
() ->
String
source
§
impl<T>
ToEdgeShape
for
Vec
<T>
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
u32
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
Uuid
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
DateTime
<
Local
>
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
Duration
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
Value
source
§
fn
shape
() ->
String
source
§
impl
ToEdgeShape
for
f64
source
§
fn
shape
() ->
String
Implementors
§
source
§
impl
ToEdgeShape
for
BasicResult