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