Docs.rs
api_binding-0.1.2
api_binding 0.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
LForchini
Dependencies
async-trait ^0.1.68
normal
bytes ^1.4.0
normal
chrono ^0.4.26
normal
http ^0.2.9
normal
serde ^1.0.164
normal
serde_json ^1.0.96
normal
thiserror ^1.0.40
normal
url ^2.4.0
normal
Versions
27.27%
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
ParamValue
api_
binding
0.1.2
Param
Value
Required Methods
as_value
Implementations on Foreign Types
&'a String
&'a str
DateTime<Utc>
NaiveDate
bool
f64
i32
i64
u64
Implementors
In crate api_
binding
api_binding
Trait
Param
Value
Copy item path
Source
pub trait ParamValue<'a> { // Required method fn
as_value
(&self) ->
Cow
<'a,
str
>; }
Required Methods
§
Source
fn
as_value
(&self) ->
Cow
<'a,
str
>
Implementations on Foreign Types
§
Source
§
impl
ParamValue
<'static> for
bool
Source
§
fn
as_value
(&self) ->
Cow
<'static,
str
>
Source
§
impl
ParamValue
<'static> for
f64
Source
§
fn
as_value
(&self) ->
Cow
<'static,
str
>
Source
§
impl
ParamValue
<'static> for
i32
Source
§
fn
as_value
(&self) ->
Cow
<'static,
str
>
Source
§
impl
ParamValue
<'static> for
i64
Source
§
fn
as_value
(&self) ->
Cow
<'static,
str
>
Source
§
impl
ParamValue
<'static> for
u64
Source
§
fn
as_value
(&self) ->
Cow
<'static,
str
>
Source
§
impl
ParamValue
<'static> for
DateTime
<
Utc
>
Source
§
fn
as_value
(&self) ->
Cow
<'static,
str
>
Source
§
impl
ParamValue
<'static> for
NaiveDate
Source
§
fn
as_value
(&self) ->
Cow
<'static,
str
>
Source
§
impl<'a>
ParamValue
<'a> for &'a
str
Source
§
fn
as_value
(&self) ->
Cow
<'a,
str
>
Source
§
impl<'a>
ParamValue
<'a> for &'a
String
Source
§
fn
as_value
(&self) ->
Cow
<'a,
str
>
Implementors
§
Source
§
impl<'a>
ParamValue
<'a> for
Cow
<'a,
str
>
Source
§
impl<'a, 'b: 'a>
ParamValue
<'a> for &'b
Cow
<'a,
str
>