pub struct Client { /* private fields */ }Implementationsยง
Sourceยงimpl Client
impl Client
pub fn builder(base_url: impl AsRef<str>) -> Result<ClientBuilder>
pub fn builder_tencent_cloud() -> Result<ClientBuilder>
pub fn billing(&self) -> BillingService
pub fn tag(&self) -> TagService
pub fn cvm(&self) -> CvmService
pub fn vpc(&self) -> VpcService
pub fn cdn(&self) -> CdnService
pub fn dns(&self) -> DnsService
pub fn ssl(&self) -> SslService
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Client
impl !RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl !UnwindSafe for Client
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