Docs.rs
omnigraph-compiler-0.2.2
omnigraph-compiler 0.2.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
AaronWGoh
Dependencies
ahash ^0.8
normal
arrow-array ^57
normal
arrow-cast ^57
normal
arrow-ipc ^57
normal
arrow-ord ^57
normal
arrow-schema ^57
normal
arrow-select ^57
normal
pest ^2
normal
pest_derive ^2
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^2
normal
tokio ^1
normal
tokio ^1
dev
Versions
3.45%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
ToParam
omnigraph_
compiler
0.2.2
ToParam
Required Methods
to_param
Implementations on Foreign Types
&String
&[T]
&str
String
Vec<T>
[T; N]
bool
f32
f64
i8
i16
i32
i64
isize
u8
u16
u32
u64
usize
Implementors
In omnigraph_
compiler::
query_
input
omnigraph_compiler
::
query_input
Trait
ToParam
Copy item path
Source
pub trait ToParam { // Required method fn
to_param
(self) ->
Result
<
Literal
>; }
Required Methods
§
Source
fn
to_param
(self) ->
Result
<
Literal
>
Implementations on Foreign Types
§
Source
§
impl
ToParam
for &
str
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for &
String
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
bool
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
f32
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
f64
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
i8
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
i16
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
i32
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
i64
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
isize
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
u8
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
u16
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
u32
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
u64
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
usize
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl
ToParam
for
String
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl<T>
ToParam
for &
[T]
where T:
Clone
+
ToParam
,
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl<T>
ToParam
for
Vec
<T>
where T:
ToParam
,
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Source
§
impl<T, const N:
usize
>
ToParam
for
[T; N]
where T:
ToParam
,
Source
§
fn
to_param
(self) ->
Result
<
Literal
>
Implementors
§
Source
§
impl
ToParam
for &
Literal
Source
§
impl
ToParam
for
Literal