pub struct TencentCloudAsync<T: AsyncTransport = DefaultAsyncTransport> { /* private fields */ }
Implementationsยง
Sourceยงimpl TencentCloudAsync<DefaultAsyncTransport>
impl TencentCloudAsync<DefaultAsyncTransport>
pub fn builder( secret_id: impl Into<String>, secret_key: impl Into<String>, ) -> TencentCloudResult<TencentCloudAsyncBuilder<DefaultAsyncTransport>>
pub fn new( secret_id: impl Into<String>, secret_key: impl Into<String>, ) -> TencentCloudResult<Self>
Sourceยงimpl<T: AsyncTransport> TencentCloudAsync<T>
impl<T: AsyncTransport> TencentCloudAsync<T>
Auto Trait Implementationsยง
impl<T> Freeze for TencentCloudAsync<T>where
T: Freeze,
impl<T> RefUnwindSafe for TencentCloudAsync<T>where
T: RefUnwindSafe,
impl<T> Send for TencentCloudAsync<T>
impl<T> Sync for TencentCloudAsync<T>
impl<T> Unpin for TencentCloudAsync<T>where
T: Unpin,
impl<T> UnwindSafe for TencentCloudAsync<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