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
sourceimpl Clone for AzureSubscription
impl Clone for AzureSubscription
sourcefn clone(&self) -> AzureSubscription
fn clone(&self) -> AzureSubscription
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AzureSubscription
impl Debug for AzureSubscription
sourceimpl Default for AzureSubscription
impl Default for AzureSubscription
sourcefn default() -> AzureSubscription
fn default() -> AzureSubscription
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AzureSubscription
impl<'de> Deserialize<'de> for AzureSubscription
sourcefn 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
sourceimpl PartialEq<AzureSubscription> for AzureSubscription
impl PartialEq<AzureSubscription> for AzureSubscription
sourcefn eq(&self, other: &AzureSubscription) -> bool
fn eq(&self, other: &AzureSubscription) -> bool
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more