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