pub struct TencentCloudAsyncBuilder<T = DefaultAsyncTransport> { /* private fields */ }
Implementationsยง
Sourceยงimpl TencentCloudAsyncBuilder<DefaultAsyncTransport>
impl TencentCloudAsyncBuilder<DefaultAsyncTransport>
pub fn try_timeout(self, value: Duration) -> TencentCloudResult<Self>
pub fn timeout(self, value: Duration) -> Self
pub fn try_user_agent( self, value: impl Into<String>, ) -> TencentCloudResult<Self>
pub fn user_agent(self, value: impl Into<String>) -> Self
pub fn try_danger_accept_invalid_certs( self, yes: bool, ) -> TencentCloudResult<Self>
pub fn danger_accept_invalid_certs(self, yes: bool) -> Self
pub fn try_no_system_proxy(self) -> TencentCloudResult<Self>
pub fn no_system_proxy(self) -> Self
Sourceยงimpl<T> TencentCloudAsyncBuilder<T>
impl<T> TencentCloudAsyncBuilder<T>
pub fn with_default_region(self, region: impl Into<String>) -> Self
pub fn clear_default_region(self) -> Self
pub fn with_token(self, token: impl Into<String>) -> Self
Sourceยงimpl<T: AsyncTransport> TencentCloudAsyncBuilder<T>
impl<T: AsyncTransport> TencentCloudAsyncBuilder<T>
pub fn transport<NT: AsyncTransport>( self, transport: NT, ) -> TencentCloudAsyncBuilder<NT>
pub fn with_retry( self, max: usize, delay: Duration, ) -> TencentCloudAsyncBuilder<RetryAsync<T>>
pub fn build(self) -> TencentCloudResult<TencentCloudAsync<T>>
Auto Trait Implementationsยง
impl<T> Freeze for TencentCloudAsyncBuilder<T>where
T: Freeze,
impl<T> RefUnwindSafe for TencentCloudAsyncBuilder<T>where
T: RefUnwindSafe,
impl<T> Send for TencentCloudAsyncBuilder<T>where
T: Send,
impl<T> Sync for TencentCloudAsyncBuilder<T>where
T: Sync,
impl<T> Unpin for TencentCloudAsyncBuilder<T>where
T: Unpin,
impl<T> UnwindSafe for TencentCloudAsyncBuilder<T>where
T: UnwindSafe,
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more