pub struct AzureSubscription {
pub display_name: Option<String>,
pub subscription_id: Option<String>,
pub subscription_tenant_id: Option<String>,
pub subscription_tenant_name: Option<String>,
}Expand description
Fields§
§display_name: Option<String>§subscription_id: Option<String>§subscription_tenant_id: Option<String>§subscription_tenant_name: Option<String>Implementations§
Trait Implementations§
source§impl Clone for AzureSubscription
impl Clone for AzureSubscription
source§fn clone(&self) -> AzureSubscription
fn clone(&self) -> AzureSubscription
Returns a copy of the value. Read more
1.0.0 · 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 AzureSubscription
impl Debug for AzureSubscription
source§impl Default for AzureSubscription
impl Default for AzureSubscription
source§fn default() -> AzureSubscription
fn default() -> AzureSubscription
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AzureSubscription
impl<'de> Deserialize<'de> for AzureSubscription
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<AzureSubscription> for AzureSubscription
impl PartialEq<AzureSubscription> for AzureSubscription
source§fn eq(&self, other: &AzureSubscription) -> bool
fn eq(&self, other: &AzureSubscription) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AzureSubscription
impl Serialize for AzureSubscription
impl StructuralPartialEq for AzureSubscription
Auto Trait Implementations§
impl RefUnwindSafe for AzureSubscription
impl Send for AzureSubscription
impl Sync for AzureSubscription
impl Unpin for AzureSubscription
impl UnwindSafe for AzureSubscription
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