Docs.rs
k8s-openapi-ext-0.0.46
k8s-openapi-ext 0.0.46
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
imp
Dependencies
base64 ^0.22
normal
chrono ^0.4
normal
k8s-openapi ^0.25
normal
k8s-openapi ^0.25
dev
serde_json ^1.0
dev
Versions
14.13%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
k8s_
openapi_
ext
0.0.46
ToInt
OrString
Required Methods
to_int_or_string
Implementations on Foreign Types
&str
String
i8
i16
i32
u8
u16
u64
Implementors
In crate k8s_
openapi_
ext
k8s_openapi_ext
Trait
ToIntOrString
Copy item path
Source
pub trait ToIntOrString { // Required method fn
to_int_or_string
(self) ->
IntOrString
; }
Required Methods
§
Source
fn
to_int_or_string
(self) ->
IntOrString
Implementations on Foreign Types
§
Source
§
impl
ToIntOrString
for &
str
Source
§
fn
to_int_or_string
(self) ->
IntOrString
Source
§
impl
ToIntOrString
for
i8
Source
§
fn
to_int_or_string
(self) ->
IntOrString
Source
§
impl
ToIntOrString
for
i16
Source
§
fn
to_int_or_string
(self) ->
IntOrString
Source
§
impl
ToIntOrString
for
i32
Source
§
fn
to_int_or_string
(self) ->
IntOrString
Source
§
impl
ToIntOrString
for
u8
Source
§
fn
to_int_or_string
(self) ->
IntOrString
Source
§
impl
ToIntOrString
for
u16
Source
§
fn
to_int_or_string
(self) ->
IntOrString
Source
§
impl
ToIntOrString
for
u64
Source
§
fn
to_int_or_string
(self) ->
IntOrString
Source
§
impl
ToIntOrString
for
String
Source
§
fn
to_int_or_string
(self) ->
IntOrString
Implementors
§