pub struct DeveloperCredentialOptions {
pub subscription: Option<String>,
pub tenant_id: Option<String>,
pub additionally_allowed_tenants: Vec<String>,
}Fields§
§subscription: Option<String>§tenant_id: Option<String>§additionally_allowed_tenants: Vec<String>Trait Implementations§
Source§impl Debug for DeveloperCredentialOptions
impl Debug for DeveloperCredentialOptions
Source§impl Default for DeveloperCredentialOptions
impl Default for DeveloperCredentialOptions
Source§fn default() -> DeveloperCredentialOptions
fn default() -> DeveloperCredentialOptions
Returns the “default value” for a type. Read more
Source§impl From<&DeveloperCredentialOptions> for AzureCliCredentialOptions
impl From<&DeveloperCredentialOptions> for AzureCliCredentialOptions
Source§fn from(options: &DeveloperCredentialOptions) -> Self
fn from(options: &DeveloperCredentialOptions) -> Self
Converts to this type from the input type.
Source§impl From<&DeveloperCredentialOptions> for AzureDeveloperCliCredentialOptions
impl From<&DeveloperCredentialOptions> for AzureDeveloperCliCredentialOptions
Source§fn from(options: &DeveloperCredentialOptions) -> Self
fn from(options: &DeveloperCredentialOptions) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeveloperCredentialOptions
impl RefUnwindSafe for DeveloperCredentialOptions
impl Send for DeveloperCredentialOptions
impl Sync for DeveloperCredentialOptions
impl Unpin for DeveloperCredentialOptions
impl UnwindSafe for DeveloperCredentialOptions
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