Docs.rs
schemadoc-diff-0.1.20
schemadoc-diff 0.1.20
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
dbukhta
Dependencies
auto_impl ^1.0.1
normal
chrono ^0.4
normal
indexmap ^1.8.1
normal
once_cell ^1
normal
regex ^1
normal
schemadoc-diff-derive ^0.1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_path_to_error ^0.1
normal
thiserror ^1
normal
tracing ^0.1
normal
Versions
0.5%
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
schemadoc_
diff
0.1.20
Keyed
Required Methods
key
Implementations on Foreign Types
&'a str
(String, String)
IndexMap<String, V>
String
Value
bool
f32
f64
i32
i64
u32
u64
usize
Implementors
In schemadoc_
diff::
core
schemadoc_diff
::
core
Trait
Keyed
Copy item path
Source
pub trait Keyed<C> { // Required method fn
key
(&self, c: C) ->
String
; }
Required Methods
§
Source
fn
key
(&self, c: C) ->
String
Implementations on Foreign Types
§
Source
§
impl
Keyed
<
usize
> for (
String
,
String
)
Source
§
fn
key
(&self, _:
usize
) ->
String
Source
§
impl
Keyed
<
usize
> for
Value
Source
§
fn
key
(&self, idx:
usize
) ->
String
Source
§
impl
Keyed
<
usize
> for
bool
Source
§
fn
key
(&self, _:
usize
) ->
String
Source
§
impl
Keyed
<
usize
> for
f32
Source
§
fn
key
(&self, _:
usize
) ->
String
Source
§
impl
Keyed
<
usize
> for
f64
Source
§
fn
key
(&self, _:
usize
) ->
String
Source
§
impl
Keyed
<
usize
> for
i32
Source
§
fn
key
(&self, _:
usize
) ->
String
Source
§
impl
Keyed
<
usize
> for
i64
Source
§
fn
key
(&self, _:
usize
) ->
String
Source
§
impl
Keyed
<
usize
> for
u32
Source
§
fn
key
(&self, _:
usize
) ->
String
Source
§
impl
Keyed
<
usize
> for
u64
Source
§
fn
key
(&self, _:
usize
) ->
String
Source
§
impl
Keyed
<
usize
> for
usize
Source
§
fn
key
(&self, _:
usize
) ->
String
Source
§
impl
Keyed
<
usize
> for
String
Source
§
fn
key
(&self, _:
usize
) ->
String
Source
§
impl<'a>
Keyed
<
usize
> for &'a
str
Source
§
fn
key
(&self, _:
usize
) ->
String
Source
§
impl<V>
Keyed
<
usize
> for
IndexMap
<
String
, V>
Source
§
fn
key
(&self, idx:
usize
) ->
String
Implementors
§
Source
§
impl
Keyed
<
usize
> for
ExternalDoc
Source
§
impl
Keyed
<
usize
> for
Parameter
Source
§
impl
Keyed
<
usize
> for
Schema
Source
§
impl
Keyed
<
usize
> for
Server
Source
§
impl
Keyed
<
usize
> for
Tag
Source
§
impl<T, R>
Keyed
<
usize
> for
MayBeRefCore
<T, R>
where T:
Keyed
<
usize
>, R:
ReferenceDescriptor
,