pub struct TencentCloudBlockingBuilder<T = DefaultBlockingTransport> { /* private fields */ }
Implementationsยง
Sourceยงimpl TencentCloudBlockingBuilder<DefaultBlockingTransport>
impl TencentCloudBlockingBuilder<DefaultBlockingTransport>
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> TencentCloudBlockingBuilder<T>
impl<T> TencentCloudBlockingBuilder<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: BlockingTransport> TencentCloudBlockingBuilder<T>
impl<T: BlockingTransport> TencentCloudBlockingBuilder<T>
pub fn transport<NT: BlockingTransport>( self, transport: NT, ) -> TencentCloudBlockingBuilder<NT>
pub fn with_retry( self, max: usize, delay: Duration, ) -> TencentCloudBlockingBuilder<RetryBlocking<T>>
pub fn build(self) -> TencentCloudResult<TencentCloudBlocking<T>>
Auto Trait Implementationsยง
impl<T> Freeze for TencentCloudBlockingBuilder<T>where
T: Freeze,
impl<T> RefUnwindSafe for TencentCloudBlockingBuilder<T>where
T: RefUnwindSafe,
impl<T> Send for TencentCloudBlockingBuilder<T>where
T: Send,
impl<T> Sync for TencentCloudBlockingBuilder<T>where
T: Sync,
impl<T> Unpin for TencentCloudBlockingBuilder<T>where
T: Unpin,
impl<T> UnwindSafe for TencentCloudBlockingBuilder<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