pub struct AzureTableKvHeartbeatData { /* private fields */ }Implementations§
Source§impl AzureTableKvHeartbeatData
impl AzureTableKvHeartbeatData
pub fn endpoint<T>(self, value: T) -> Self
pub fn resource_group<T>(self, value: T) -> Self
pub fn signed_identifier_count<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn storage_account_kind<T>(self, value: T) -> Self
pub fn storage_account_location<T>(self, value: T) -> Self
pub fn storage_account_name<T>(self, value: T) -> Self
pub fn storage_account_primary_status<T>(self, value: T) -> Self
pub fn storage_account_provisioning_state<T>(self, value: T) -> Self
pub fn storage_account_resource_id<T>(self, value: T) -> Self
pub fn table_exists<T>(self, value: T) -> Self
pub fn table_name<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AzureTableKvHeartbeatData
impl Clone for AzureTableKvHeartbeatData
Source§fn clone(&self) -> AzureTableKvHeartbeatData
fn clone(&self) -> AzureTableKvHeartbeatData
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 AzureTableKvHeartbeatData
impl Debug for AzureTableKvHeartbeatData
Source§impl Default for AzureTableKvHeartbeatData
impl Default for AzureTableKvHeartbeatData
Source§impl From<AzureTableKvHeartbeatData> for AzureTableKvHeartbeatData
impl From<AzureTableKvHeartbeatData> for AzureTableKvHeartbeatData
Source§fn from(value: AzureTableKvHeartbeatData) -> Self
fn from(value: AzureTableKvHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AzureTableKvHeartbeatData> for AzureTableKvHeartbeatData
impl TryFrom<AzureTableKvHeartbeatData> for AzureTableKvHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AzureTableKvHeartbeatData) -> Result<Self, ConversionError>
fn try_from(value: AzureTableKvHeartbeatData) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AzureTableKvHeartbeatData
impl RefUnwindSafe for AzureTableKvHeartbeatData
impl Send for AzureTableKvHeartbeatData
impl Sync for AzureTableKvHeartbeatData
impl Unpin for AzureTableKvHeartbeatData
impl UnsafeUnpin for AzureTableKvHeartbeatData
impl UnwindSafe for AzureTableKvHeartbeatData
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