pub struct AzureKeyVaultHeartbeatData { /* private fields */ }Implementations§
Source§impl AzureKeyVaultHeartbeatData
impl AzureKeyVaultHeartbeatData
pub fn access_policy_count<T>(self, value: T) -> Self
pub fn location<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn private_endpoint_connection_count<T>(self, value: T) -> Self
pub fn provisioning_state<T>(self, value: T) -> Self
pub fn public_network_access<T>(self, value: T) -> Self
pub fn purge_protection_enabled<T>(self, value: T) -> Self
pub fn resource_group<T>(self, value: T) -> Self
pub fn resource_id<T>(self, value: T) -> Self
pub fn secret_metadata_listed<T>(self, value: T) -> Self
pub fn sku_family<T>(self, value: T) -> Self
pub fn sku_name<T>(self, value: T) -> Self
pub fn soft_delete_enabled<T>(self, value: T) -> Self
pub fn soft_delete_retention_days<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn vault_uri<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AzureKeyVaultHeartbeatData
impl Clone for AzureKeyVaultHeartbeatData
Source§fn clone(&self) -> AzureKeyVaultHeartbeatData
fn clone(&self) -> AzureKeyVaultHeartbeatData
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 AzureKeyVaultHeartbeatData
impl Debug for AzureKeyVaultHeartbeatData
Source§impl Default for AzureKeyVaultHeartbeatData
impl Default for AzureKeyVaultHeartbeatData
Source§impl From<AzureKeyVaultHeartbeatData> for AzureKeyVaultHeartbeatData
impl From<AzureKeyVaultHeartbeatData> for AzureKeyVaultHeartbeatData
Source§fn from(value: AzureKeyVaultHeartbeatData) -> Self
fn from(value: AzureKeyVaultHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AzureKeyVaultHeartbeatData> for AzureKeyVaultHeartbeatData
impl TryFrom<AzureKeyVaultHeartbeatData> for AzureKeyVaultHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AzureKeyVaultHeartbeatData) -> Result<Self, ConversionError>
fn try_from(value: AzureKeyVaultHeartbeatData) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AzureKeyVaultHeartbeatData
impl RefUnwindSafe for AzureKeyVaultHeartbeatData
impl Send for AzureKeyVaultHeartbeatData
impl Sync for AzureKeyVaultHeartbeatData
impl Unpin for AzureKeyVaultHeartbeatData
impl UnsafeUnpin for AzureKeyVaultHeartbeatData
impl UnwindSafe for AzureKeyVaultHeartbeatData
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