Docs.rs
respdiff-0.2.0
respdiff 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
santhsecurity
Dependencies
serde ^1
normal
serde_json ^1
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Skip to main content
IntoResponseSnapshot
respdiff
0.2.0
Into
Response
Snapshot
Required Methods
into_snapshot
Implementations on Foreign Types
(u16, Vec<(K, V)>, B)
(u16, Vec<(K, V)>, B, Duration)
Implementors
In crate respdiff
respdiff
Trait
Into
Response
Snapshot
Copy item path
Source
pub trait IntoResponseSnapshot { // Required method fn
into_snapshot
(self) ->
ResponseSnapshot
; }
Required Methods
§
Source
fn
into_snapshot
(self) ->
ResponseSnapshot
Implementations on Foreign Types
§
Source
§
impl<K, V, B>
IntoResponseSnapshot
for (
u16
,
Vec
<
(K, V)
>, B)
where K:
Into
<
String
>, V:
Into
<
String
>, B:
Into
<
Vec
<
u8
>>,
Source
§
fn
into_snapshot
(self) ->
ResponseSnapshot
Source
§
impl<K, V, B>
IntoResponseSnapshot
for (
u16
,
Vec
<
(K, V)
>, B,
Duration
)
where K:
Into
<
String
>, V:
Into
<
String
>, B:
Into
<
Vec
<
u8
>>,
Source
§
fn
into_snapshot
(self) ->
ResponseSnapshot
Implementors
§
Source
§
impl
IntoResponseSnapshot
for &
ResponseSnapshot
Source
§
impl
IntoResponseSnapshot
for
ResponseSnapshot