Docs.rs
qdrant-client-1.7.0
qdrant-client 1.7.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
generall
Dependencies
anyhow ^1
normal
futures-util ^0.3.29
normal
prost ^0.11.9
normal
prost-types ^0.11.9
normal
reqwest ^0.11.22
normal
serde ^1
normal
serde_json ^1
normal
tonic ^0.9.2
normal
tokio ^1.34.0
dev
tonic-build ^0.9.2
dev
Versions
65.93%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
qdrant_client
1.7.0
AsTimeout
Required Methods
timeout
Implementations on Foreign Types
Duration
u64
Implementors
In qdrant_client::client
?
Trait
qdrant_client
::
client
::
AsTimeout
source
·
[
−
]
pub trait AsTimeout { // Required method fn
timeout
(self) ->
Duration
; }
Required Methods
§
source
fn
timeout
(self) ->
Duration
Implementations on Foreign Types
§
source
§
impl
AsTimeout
for
u64
source
§
fn
timeout
(self) ->
Duration
source
§
impl
AsTimeout
for
Duration
source
§
fn
timeout
(self) ->
Duration
Implementors
§