pub struct TencentConfig {
pub region: String,
pub secret_id: Option<String>,
pub secret_key: Option<String>,
}Fields§
§region: String§secret_id: Option<String>§secret_key: Option<String>Trait Implementations§
Source§impl Clone for TencentConfig
impl Clone for TencentConfig
Source§fn clone(&self) -> TencentConfig
fn clone(&self) -> TencentConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TencentConfig
impl Debug for TencentConfig
Source§impl Default for TencentConfig
impl Default for TencentConfig
Source§fn default() -> TencentConfig
fn default() -> TencentConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TencentConfig
impl RefUnwindSafe for TencentConfig
impl Send for TencentConfig
impl Sync for TencentConfig
impl Unpin for TencentConfig
impl UnsafeUnpin for TencentConfig
impl UnwindSafe for TencentConfig
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