Docs.rs
json-builder-macro-0.0.1
json-builder-macro 0.0.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kaleidawave
Dependencies
Versions
0%
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
ToJSON
json_
builder_
macro
0.0.1
ToJSON
Required Methods
append
Implementations on Foreign Types
&[T]
&str
HashMap<K, V>
String
Vec<T>
bool
f32
f64
i8
i16
i32
i64
u8
u16
u32
u64
Implementors
In crate json_
builder_
macro
json_builder_macro
Trait
ToJSON
Copy item path
Source
pub trait ToJSON { // Required method fn
append
(&self, buf: &mut
String
); }
Required Methods
§
Source
fn
append
(&self, buf: &mut
String
)
Implementations on Foreign Types
§
Source
§
impl
ToJSON
for &
str
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl
ToJSON
for
bool
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl
ToJSON
for
f32
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl
ToJSON
for
f64
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl
ToJSON
for
i8
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl
ToJSON
for
i16
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl
ToJSON
for
i32
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl
ToJSON
for
i64
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl
ToJSON
for
u8
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl
ToJSON
for
u16
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl
ToJSON
for
u32
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl
ToJSON
for
u64
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl
ToJSON
for
String
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl<K:
AsRef
<
str
>, V:
ToJSON
>
ToJSON
for
HashMap
<K, V>
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl<T:
ToJSON
>
ToJSON
for &
[T]
Source
§
fn
append
(&self, buf: &mut
String
)
Source
§
impl<T:
ToJSON
>
ToJSON
for
Vec
<T>
Source
§
fn
append
(&self, buf: &mut
String
)
Implementors
§
Source
§
impl
ToJSON
for &
JSON
<'_>
Source
§
impl
ToJSON
for
JSON
<'_>