pub struct AzurePermission {
pub provisioned: Option<bool>,
pub resource_provider: Option<String>,
}Expand description
Fields§
§provisioned: Option<bool>§resource_provider: Option<String>Implementations§
Trait Implementations§
source§impl Clone for AzurePermission
impl Clone for AzurePermission
source§fn clone(&self) -> AzurePermission
fn clone(&self) -> AzurePermission
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 AzurePermission
impl Debug for AzurePermission
source§impl Default for AzurePermission
impl Default for AzurePermission
source§fn default() -> AzurePermission
fn default() -> AzurePermission
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AzurePermission
impl<'de> Deserialize<'de> for AzurePermission
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<AzurePermission> for AzurePermission
impl PartialEq<AzurePermission> for AzurePermission
source§fn eq(&self, other: &AzurePermission) -> bool
fn eq(&self, other: &AzurePermission) -> bool
This method tests for
self and other values to be equal, and is used
by ==.