Docs.rs
vertigo-0.8.2
vertigo 0.8.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sfisol
szagi3891
Dependencies
chrono >=0.4.20
normal
optional
log ^0.4
normal
vertigo-macro ^0.8.2
normal
Versions
58.69%
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
JsJsonSerialize
vertigo
0.8.2
JsJson
Serialize
Required Methods
to_json
Implementations on Foreign Types
&str
()
BTreeMap<String, T>
HashMap<String, T>
Option<T>
String
Vec<T>
bool
i32
i64
u32
u64
Implementors
In crate vertigo
vertigo
Trait
JsJson
Serialize
Copy item path
Source
pub trait JsJsonSerialize { // Required method fn
to_json
(self) ->
JsJson
; }
Required Methods
§
Source
fn
to_json
(self) ->
JsJson
Implementations on Foreign Types
§
Source
§
impl
JsJsonSerialize
for &
str
Source
§
fn
to_json
(self) ->
JsJson
Source
§
impl
JsJsonSerialize
for
bool
Source
§
fn
to_json
(self) ->
JsJson
Source
§
impl
JsJsonSerialize
for
i32
Source
§
fn
to_json
(self) ->
JsJson
Source
§
impl
JsJsonSerialize
for
i64
Source
§
fn
to_json
(self) ->
JsJson
Source
§
impl
JsJsonSerialize
for
u32
Source
§
fn
to_json
(self) ->
JsJson
Source
§
impl
JsJsonSerialize
for
u64
Source
§
fn
to_json
(self) ->
JsJson
Source
§
impl
JsJsonSerialize
for
()
Source
§
fn
to_json
(self) ->
JsJson
Source
§
impl
JsJsonSerialize
for
String
Source
§
fn
to_json
(self) ->
JsJson
Source
§
impl<T:
JsJsonSerialize
>
JsJsonSerialize
for
Option
<T>
Source
§
fn
to_json
(self) ->
JsJson
Source
§
impl<T:
JsJsonSerialize
>
JsJsonSerialize
for
BTreeMap
<
String
, T>
Source
§
fn
to_json
(self) ->
JsJson
Source
§
impl<T:
JsJsonSerialize
>
JsJsonSerialize
for
Vec
<T>
Source
§
fn
to_json
(self) ->
JsJson
Source
§
impl<T:
JsJsonSerialize
>
JsJsonSerialize
for
HashMap
<
String
, T>
Source
§
fn
to_json
(self) ->
JsJson
Implementors
§