Docs.rs
regi-0.1.4
regi 0.1.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
MattiasVerhoeven
Dependencies
serde ^1.0.160
normal
Versions
0%
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
Object
regi
0.1.4
Object
Required Methods
stringify
Implementations on Foreign Types
HashMap<String, Unknown>
String
Vec<T>
bool
Implementors
In crate regi
regi
Trait
Object
Copy item path
Source
pub trait Object { // Required method fn
stringify
(&self) ->
Option
<
String
>; }
Required Methods
§
Source
fn
stringify
(&self) ->
Option
<
String
>
Implementations on Foreign Types
§
Source
§
impl
Object
for
bool
Source
§
fn
stringify
(&self) ->
Option
<
String
>
Source
§
impl
Object
for
String
Source
§
fn
stringify
(&self) ->
Option
<
String
>
Source
§
impl
Object
for
HashMap
<
String
,
Unknown
>
Source
§
fn
stringify
(&self) ->
Option
<
String
>
Source
§
impl<T>
Object
for
Vec
<T>
where T:
Object
+
Send
+
Sync
,
Source
§
fn
stringify
(&self) ->
Option
<
String
>
Implementors
§
Source
§
impl
Object
for
Number
Source
§
impl
Object
for
Unknown