pub struct AzureResourceProviderActivationHeartbeatData { /* private fields */ }Implementations§
Source§impl AzureResourceProviderActivationHeartbeatData
impl AzureResourceProviderActivationHeartbeatData
pub fn namespace<T>(self, value: T) -> Self
pub fn provider_id<T>(self, value: T) -> Self
pub fn registered<T>(self, value: T) -> Self
pub fn registration_policy<T>(self, value: T) -> Self
pub fn registration_state<T>(self, value: T) -> Self
pub fn resource_type_count<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AzureResourceProviderActivationHeartbeatData
impl Clone for AzureResourceProviderActivationHeartbeatData
Source§fn clone(&self) -> AzureResourceProviderActivationHeartbeatData
fn clone(&self) -> AzureResourceProviderActivationHeartbeatData
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 From<AzureResourceProviderActivationHeartbeatData> for AzureResourceProviderActivationHeartbeatData
impl From<AzureResourceProviderActivationHeartbeatData> for AzureResourceProviderActivationHeartbeatData
Source§fn from(value: AzureResourceProviderActivationHeartbeatData) -> Self
fn from(value: AzureResourceProviderActivationHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AzureResourceProviderActivationHeartbeatData> for AzureResourceProviderActivationHeartbeatData
impl TryFrom<AzureResourceProviderActivationHeartbeatData> for AzureResourceProviderActivationHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: AzureResourceProviderActivationHeartbeatData,
) -> Result<Self, ConversionError>
fn try_from( value: AzureResourceProviderActivationHeartbeatData, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AzureResourceProviderActivationHeartbeatData
impl RefUnwindSafe for AzureResourceProviderActivationHeartbeatData
impl Send for AzureResourceProviderActivationHeartbeatData
impl Sync for AzureResourceProviderActivationHeartbeatData
impl Unpin for AzureResourceProviderActivationHeartbeatData
impl UnsafeUnpin for AzureResourceProviderActivationHeartbeatData
impl UnwindSafe for AzureResourceProviderActivationHeartbeatData
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