pub struct AliyunConfig {
pub endpoint: String,
pub access_key: Option<String>,
pub secret_key: Option<String>,
}Fields§
§endpoint: String§access_key: Option<String>§secret_key: Option<String>Trait Implementations§
Source§impl Clone for AliyunConfig
impl Clone for AliyunConfig
Source§fn clone(&self) -> AliyunConfig
fn clone(&self) -> AliyunConfig
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 AliyunConfig
impl Debug for AliyunConfig
Source§impl Default for AliyunConfig
impl Default for AliyunConfig
Source§fn default() -> AliyunConfig
fn default() -> AliyunConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AliyunConfig
impl RefUnwindSafe for AliyunConfig
impl Send for AliyunConfig
impl Sync for AliyunConfig
impl Unpin for AliyunConfig
impl UnsafeUnpin for AliyunConfig
impl UnwindSafe for AliyunConfig
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