pub struct AzureClientConfig { /* private fields */ }Implementations§
Source§impl AzureClientConfig
impl AzureClientConfig
pub fn credentials<T>(self, value: T) -> Self
pub fn region<T>(self, value: T) -> Self
pub fn service_overrides<T>(self, value: T) -> Self
pub fn subscription_id<T>(self, value: T) -> Self
pub fn tenant_id<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AzureClientConfig
impl Clone for AzureClientConfig
Source§fn clone(&self) -> AzureClientConfig
fn clone(&self) -> AzureClientConfig
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 AzureClientConfig
impl Debug for AzureClientConfig
Source§impl Default for AzureClientConfig
impl Default for AzureClientConfig
Source§impl From<AzureClientConfig> for AzureClientConfig
impl From<AzureClientConfig> for AzureClientConfig
Source§fn from(value: AzureClientConfig) -> Self
fn from(value: AzureClientConfig) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AzureClientConfig> for AzureClientConfig
impl TryFrom<AzureClientConfig> for AzureClientConfig
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AzureClientConfig) -> Result<Self, ConversionError>
fn try_from(value: AzureClientConfig) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AzureClientConfig
impl RefUnwindSafe for AzureClientConfig
impl Send for AzureClientConfig
impl Sync for AzureClientConfig
impl Unpin for AzureClientConfig
impl UnsafeUnpin for AzureClientConfig
impl UnwindSafe for AzureClientConfig
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