Docs.rs
Inflector-0.11.4
Inflector 0.11.4
Docs.rs crate page
BSD-2-Clause
Links
Homepage
Repository
crates.io
Source
Owners
whatisinternet
Dependencies
lazy_static ^1.2.0
normal
optional
regex ^1.1
normal
optional
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
inflector
0.11.4
Inflector
Numbers
Required Methods
ordinalize
Implementations on Foreign Types
f32
f64
i16
i32
i64
i8
isize
u16
u32
u64
u8
usize
Implementors
In crate inflector
inflector
Trait
InflectorNumbers
Copy item path
Source
pub trait InflectorNumbers { // Required method fn
ordinalize
(&self) ->
String
; }
Required Methods
§
Source
fn
ordinalize
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
InflectorNumbers
for
f32
Source
§
fn
ordinalize
(&self) ->
String
Source
§
impl
InflectorNumbers
for
f64
Source
§
fn
ordinalize
(&self) ->
String
Source
§
impl
InflectorNumbers
for
i8
Source
§
fn
ordinalize
(&self) ->
String
Source
§
impl
InflectorNumbers
for
i16
Source
§
fn
ordinalize
(&self) ->
String
Source
§
impl
InflectorNumbers
for
i32
Source
§
fn
ordinalize
(&self) ->
String
Source
§
impl
InflectorNumbers
for
i64
Source
§
fn
ordinalize
(&self) ->
String
Source
§
impl
InflectorNumbers
for
isize
Source
§
fn
ordinalize
(&self) ->
String
Source
§
impl
InflectorNumbers
for
u8
Source
§
fn
ordinalize
(&self) ->
String
Source
§
impl
InflectorNumbers
for
u16
Source
§
fn
ordinalize
(&self) ->
String
Source
§
impl
InflectorNumbers
for
u32
Source
§
fn
ordinalize
(&self) ->
String
Source
§
impl
InflectorNumbers
for
u64
Source
§
fn
ordinalize
(&self) ->
String
Source
§
impl
InflectorNumbers
for
usize
Source
§
fn
ordinalize
(&self) ->
String
Implementors
§