[−][src]Struct s3::request::Reqwest
Fields
bucket: &'a Bucketpath: &'a strcommand: Command<'a>datetime: DateTime<Utc>sync: boolImplementations
impl<'a> Reqwest<'a>[src]
Trait Implementations
impl<'a> Request for Reqwest<'a>[src]
type Response = Response
type HeaderMap = HeaderMap
pub fn command(&self) -> Command<'_>[src]
pub fn path(&self) -> String[src]
pub fn datetime(&self) -> DateTime<Utc>[src]
pub fn bucket(&self) -> Bucket[src]
pub fn response<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<Response>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<Response>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
pub fn response_data<'life0, 'async_trait>(
&'life0 self,
etag: bool
) -> Pin<Box<dyn Future<Output = Result<(Vec<u8>, u16)>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 self,
etag: bool
) -> Pin<Box<dyn Future<Output = Result<(Vec<u8>, u16)>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
pub fn response_data_to_writer<'b, 'life0, 'async_trait, T: Write + Send>(
&'life0 self,
writer: &'b mut T
) -> Pin<Box<dyn Future<Output = Result<u16>> + Send + 'async_trait>> where
'b: 'async_trait,
T: 'async_trait,
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 self,
writer: &'b mut T
) -> Pin<Box<dyn Future<Output = Result<u16>> + Send + 'async_trait>> where
'b: 'async_trait,
T: 'async_trait,
'life0: 'async_trait,
Self: 'async_trait,
pub fn response_header<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<(Self::HeaderMap, u16)>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<(Self::HeaderMap, u16)>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
pub fn signing_key(&self) -> Result<Vec<u8>>[src]
pub fn request_body(&self) -> Vec<u8>[src]
pub fn long_date(&self) -> String[src]
pub fn string_to_sign(&self, request: &str) -> String[src]
pub fn host_header(&self) -> String[src]
pub fn presigned(&self) -> Result<String>[src]
pub fn presigned_authorization(
&self,
custom_headers: Option<&Headers>
) -> Result<String>[src]
&self,
custom_headers: Option<&Headers>
) -> Result<String>
pub fn presigned_canonical_request(&self, headers: &Headers) -> Result<String>[src]
pub fn presigned_url_no_sig(
&self,
expiry: u32,
custom_headers: Option<&Headers>
) -> Result<Url>[src]
&self,
expiry: u32,
custom_headers: Option<&Headers>
) -> Result<Url>
pub fn url(&self, encode_path: bool) -> Url[src]
pub fn canonical_request(&self, headers: &Headers) -> String[src]
pub fn authorization(&self, headers: &Headers) -> Result<String>[src]
pub fn headers(&self) -> Result<Headers>[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for Reqwest<'a>
impl<'a> Send for Reqwest<'a>
impl<'a> Sync for Reqwest<'a>
impl<'a> Unpin for Reqwest<'a>
impl<'a> UnwindSafe for Reqwest<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,