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