Docs.rs
tf-bindgen-0.1.0
tf-bindgen 0.1.0
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
robert-oleynik
Dependencies
anyhow ^1.0.69
normal
derive_builder ^0.12.0
normal
heck ^0.4.1
normal
itertools ^0.10.5
normal
semver ^1.0.16
normal
serde ^1.0.152
normal
serde_json ^1.0.95
normal
tf-bindgen-cli ^0.1.0
normal
tf-bindgen-codegen ^0.1.0
normal
tf-bindgen-core ^0.1.0
normal
tf-bindgen-schema ^0.1.0
normal
toml ^0.7.2
normal
Versions
20.74%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tf_
bindgen
0.1.0
Into
Value
Required Methods
into_value
Implementations on Foreign Types
&String
&Value
&bool
&i64
&str
String
Value
bool
i64
Implementors
In tf_
bindgen::
value
tf_bindgen
::
value
Trait
IntoValue
Copy item path
Source
pub trait IntoValue<T> { // Required method fn
into_value
(self) ->
Value
<T>; }
Required Methods
§
Source
fn
into_value
(self) ->
Value
<T>
Implementations on Foreign Types
§
Source
§
impl
IntoValue
<
Value
> for &
Value
Source
§
fn
into_value
(self) ->
Value
<
Value
>
Source
§
impl
IntoValue
<
Value
> for
Value
Source
§
fn
into_value
(self) ->
Value
<
Value
>
Source
§
impl
IntoValue
<
bool
> for &
bool
Source
§
fn
into_value
(self) ->
Value
<
bool
>
Source
§
impl
IntoValue
<
bool
> for
bool
Source
§
fn
into_value
(self) ->
Value
<
bool
>
Source
§
impl
IntoValue
<
i64
> for &
i64
Source
§
fn
into_value
(self) ->
Value
<
i64
>
Source
§
impl
IntoValue
<
i64
> for
i64
Source
§
fn
into_value
(self) ->
Value
<
i64
>
Source
§
impl
IntoValue
<
String
> for &
str
Source
§
fn
into_value
(self) ->
Value
<
String
>
Source
§
impl
IntoValue
<
String
> for &
String
Source
§
fn
into_value
(self) ->
Value
<
String
>
Source
§
impl
IntoValue
<
String
> for
String
Source
§
fn
into_value
(self) ->
Value
<
String
>
Implementors
§
Source
§
impl<T>
IntoValue
<T> for tf_bindgen::value::
Value
<T>
Source
§
impl<T:
Clone
>
IntoValue
<T> for &tf_bindgen::value::
Value
<T>
Source
§
impl<T:
Clone
>
IntoValue
<T> for &
Cell
<
Value
<T>>
Source
§
impl<T:
Clone
>
IntoValue
<T> for &
Cell
<
Option
<
Value
<T>>>