Docs.rs
quickwit-aws-0.3.0
quickwit-aws 0.3.0
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
fulmicoton
Dependencies
futures ^0.3
normal
rand ^0.8
normal
rusoto_core ^0.47
normal
rusoto_kinesis ^0.47
normal
optional
rusoto_s3 ^0.47
normal
tokio ^1.18
normal
tracing ^0.1
normal
Versions
6.67%
of the crate is documented
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
Retryable
quickwit_
aws
0.3.0
Retryable
Provided Methods
is_retryable
Implementations on Foreign Types
AbortMultipartUploadError
CompleteMultipartUploadError
CreateMultipartUploadError
DeleteObjectError
GetObjectError
HeadObjectError
PutObjectError
UploadPartError
Implementors
In quickwit_
aws::
retry
quickwit_aws
::
retry
Trait
Retryable
Copy item path
Source
pub trait Retryable { // Provided method fn
is_retryable
(&self) ->
bool
{ ... } }
Provided Methods
§
Source
fn
is_retryable
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
Retryable
for
AbortMultipartUploadError
Source
§
fn
is_retryable
(&self) ->
bool
Source
§
impl
Retryable
for
CompleteMultipartUploadError
Source
§
fn
is_retryable
(&self) ->
bool
Source
§
impl
Retryable
for
CreateMultipartUploadError
Source
§
fn
is_retryable
(&self) ->
bool
Source
§
impl
Retryable
for
DeleteObjectError
Source
§
fn
is_retryable
(&self) ->
bool
Source
§
impl
Retryable
for
GetObjectError
Source
§
fn
is_retryable
(&self) ->
bool
Source
§
impl
Retryable
for
HeadObjectError
Source
§
fn
is_retryable
(&self) ->
bool
Source
§
impl
Retryable
for
PutObjectError
Source
§
fn
is_retryable
(&self) ->
bool
Source
§
impl
Retryable
for
UploadPartError
Source
§
fn
is_retryable
(&self) ->
bool
Implementors
§
Source
§
impl<E>
Retryable
for
Retry
<E>
Source
§
impl<T:
Retryable
+
StdError
>
Retryable
for
RusotoErrorWrapper
<T>