Docs.rs
cruet-0.13.3
cruet 0.13.3
Permalink
Docs.rs crate page
BSD-2-Clause
Links
Homepage
Documentation
Repository
Crates.io
Source
Owners
chrislearn
Dependencies
once_cell ^1
normal
regex ^1
normal
Versions
0.13.3
0.13.2
0.13.1
0.13.0
0.12.0
0.11.4
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
InflectorNumbers
Required Methods
ordinalize
Implementations on Foreign Types
f32
f64
i16
i32
i64
i8
isize
u16
u32
u64
u8
usize
Implementors
In cruet
?
Trait
cruet
::
InflectorNumbers
source
·
[
−
]
pub trait InflectorNumbers { fn
ordinalize
(&self) ->
String
; }
Required Methods
§
source
fn
ordinalize
(&self) ->
String
Implementations on Foreign Types
§
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
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
isize
source
§
fn
ordinalize
(&self) ->
String
source
§
impl
InflectorNumbers
for
usize
source
§
fn
ordinalize
(&self) ->
String
source
§
impl
InflectorNumbers
for
f32
source
§
fn
ordinalize
(&self) ->
String
source
§
impl
InflectorNumbers
for
f64
source
§
fn
ordinalize
(&self) ->
String
Implementors
§