pub struct AzureResourceProviderActivationHeartbeatData {
pub status: ServiceActivationHeartbeatStatus,
pub namespace: String,
pub provider_id: Option<String>,
pub registration_state: Option<String>,
pub registration_policy: Option<String>,
pub resource_type_count: u32,
pub registered: bool,
}Fields§
§status: ServiceActivationHeartbeatStatus§namespace: String§provider_id: Option<String>§registration_state: Option<String>§registration_policy: Option<String>§resource_type_count: u32§registered: boolTrait 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<'de> Deserialize<'de> for AzureResourceProviderActivationHeartbeatData
impl<'de> Deserialize<'de> for AzureResourceProviderActivationHeartbeatData
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 for AzureResourceProviderActivationHeartbeatData
impl PartialEq for AzureResourceProviderActivationHeartbeatData
Source§fn eq(&self, other: &AzureResourceProviderActivationHeartbeatData) -> bool
fn eq(&self, other: &AzureResourceProviderActivationHeartbeatData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AzureResourceProviderActivationHeartbeatData
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