Docs.rs
rusty-value-0.6.0
rusty-value 0.6.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Trivernis
Dependencies
rusty-value-derive ^0.1.1
normal
optional
serde_json ^1.0.85
normal
optional
Versions
17.86%
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
rusty_
value
0.6.0
Rusty
Value
Required Methods
into_rusty_value
Implementations on Foreign Types
HashMap<H, R>
Option<T>
PathBuf
Vec<R>
f32
f64
Implementors
In crate rusty_
value
rusty_value
Trait
RustyValue
Copy item path
Source
pub trait RustyValue { // Required method fn
into_rusty_value
(self) ->
Value
; }
Required Methods
§
Source
fn
into_rusty_value
(self) ->
Value
Implementations on Foreign Types
§
Source
§
impl
RustyValue
for
f32
Source
§
fn
into_rusty_value
(self) ->
Value
Source
§
impl
RustyValue
for
f64
Source
§
fn
into_rusty_value
(self) ->
Value
Source
§
impl
RustyValue
for
PathBuf
Source
§
fn
into_rusty_value
(self) ->
Value
Source
§
impl<R:
RustyValue
>
RustyValue
for
Vec
<R>
Source
§
fn
into_rusty_value
(self) ->
Value
Source
§
impl<R:
RustyValue
, H:
HashableRustyValue
>
RustyValue
for
HashMap
<H, R>
Source
§
fn
into_rusty_value
(self) ->
Value
Source
§
impl<T:
RustyValue
>
RustyValue
for
Option
<T>
Source
§
fn
into_rusty_value
(self) ->
Value
Implementors
§
Source
§
impl
RustyValue
for
HashableValue
Source
§
impl<H:
HashableRustyValue
>
RustyValue
for H