Docs.rs
type_reflect-0.6.2
type_reflect 0.6.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
spencerkohan
Dependencies
dprint-plugin-typescript ^0.95.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
ts_quote ^0.4.0
normal
type_reflect_core ^0.5.0
normal
type_reflect_macros ^0.5.1
normal
anyhow ^1.0.75
dev
Versions
17.19%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
type_
reflect
0.6.2
Inflectable
Required Methods
inflect
Implementations on Foreign Types
&str
String
Implementors
In type_
reflect::
inflection
type_reflect
::
inflection
Trait
Inflectable
Copy item path
Source
pub trait Inflectable { // Required method fn
inflect
(&self, inflection:
Inflection
) ->
String
; }
Required Methods
§
Source
fn
inflect
(&self, inflection:
Inflection
) ->
String
Implementations on Foreign Types
§
Source
§
impl
Inflectable
for &
str
Source
§
fn
inflect
(&self, inflection:
Inflection
) ->
String
Source
§
impl
Inflectable
for
String
Source
§
fn
inflect
(&self, inflection:
Inflection
) ->
String
Implementors
§