Docs.rs
couchbase-core-1.0.0
couchbase-core 1.0.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
chvck
brett19
Dependencies
arc-swap ^1.8
normal
async-trait ^0.1.89
normal
base64 ^0.22.1
normal
bitflags ^2.11
normal
byteorder ^1.5
normal
bytes ^1.11
normal
chrono ^0.4.44
normal
crc32fast ^1.5
normal
dhat ^0.3.3
normal
optional
futures ^0.3.32
normal
futures-core ^0.3.32
normal
hmac ^0.12.1
normal
http ^1.4
normal
lazy_static ^1.5
normal
rand ^0.10.0
normal
regex ^1.12
normal
reqwest ^0.13.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha1 ^0.10.6
normal
sha2 ^0.10.9
normal
snap ^1.1
normal
socket2 ^0.6.3
normal
tokio ^1.50
normal
tokio-native-tls ^0.3.1
normal
optional
tokio-rustls ^0.26.4
normal
optional
tokio-stream ^0.1.18
normal
tokio-util ^0.7.18
normal
tracing ^0.1.44
normal
url ^2.5
normal
urlencoding ^2.1
normal
uuid ^1.22
normal
chrono ^0.4.44
dev
couchbase-connstr ^1.0.0-beta.1
dev
env_logger ^0.11.9
dev
envconfig ^0.11.1
dev
log ^0.4.29
dev
serial_test ^3.4
dev
tracing-subscriber ^0.3.22
dev
Versions
1.97%
of the crate is documented
Platform
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
TraceAttributes
couchbase_
core
1.0.0
Trace
Attributes
Required Methods
server_duration
Implementors
In couchbase_
core::
memdx::
response
couchbase_core
::
memdx
::
response
Trait
Trace
Attributes
Copy item path
Source
pub trait TraceAttributes { // Required method fn
server_duration
(&self) ->
Option
<
Duration
>; }
Required Methods
§
Source
fn
server_duration
(&self) ->
Option
<
Duration
>
Implementors
§
Source
§
impl
TraceAttributes
for
AddResponse
Source
§
impl
TraceAttributes
for
AppendResponse
Source
§
impl
TraceAttributes
for
DecrementResponse
Source
§
impl
TraceAttributes
for
DeleteResponse
Source
§
impl
TraceAttributes
for
GetAndLockResponse
Source
§
impl
TraceAttributes
for
GetAndTouchResponse
Source
§
impl
TraceAttributes
for
GetResponse
Source
§
impl
TraceAttributes
for
IncrementResponse
Source
§
impl
TraceAttributes
for
LookupInResponse
Source
§
impl
TraceAttributes
for
MutateInResponse
Source
§
impl
TraceAttributes
for
PingResponse
Source
§
impl
TraceAttributes
for
PrependResponse
Source
§
impl
TraceAttributes
for
ReplaceResponse
Source
§
impl
TraceAttributes
for
SetResponse
Source
§
impl
TraceAttributes
for
TouchResponse
Source
§
impl
TraceAttributes
for
UnlockResponse