pub struct AzureContainerAppsEnvironmentHeartbeatStatus {
pub health: ObservedHealth,
pub lifecycle: ProviderLifecycleState,
pub message: Option<String>,
pub stale: bool,
pub partial: bool,
pub collection_issues: Vec<HeartbeatCollectionIssue>,
}Fields§
§health: ObservedHealth§lifecycle: ProviderLifecycleState§message: Option<String>§stale: bool§partial: bool§collection_issues: Vec<HeartbeatCollectionIssue>Trait Implementations§
Source§impl Clone for AzureContainerAppsEnvironmentHeartbeatStatus
impl Clone for AzureContainerAppsEnvironmentHeartbeatStatus
Source§fn clone(&self) -> AzureContainerAppsEnvironmentHeartbeatStatus
fn clone(&self) -> AzureContainerAppsEnvironmentHeartbeatStatus
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 AzureContainerAppsEnvironmentHeartbeatStatus
impl<'de> Deserialize<'de> for AzureContainerAppsEnvironmentHeartbeatStatus
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 AzureContainerAppsEnvironmentHeartbeatStatus
impl PartialEq for AzureContainerAppsEnvironmentHeartbeatStatus
Source§fn eq(&self, other: &AzureContainerAppsEnvironmentHeartbeatStatus) -> bool
fn eq(&self, other: &AzureContainerAppsEnvironmentHeartbeatStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AzureContainerAppsEnvironmentHeartbeatStatus
Auto Trait Implementations§
impl Freeze for AzureContainerAppsEnvironmentHeartbeatStatus
impl RefUnwindSafe for AzureContainerAppsEnvironmentHeartbeatStatus
impl Send for AzureContainerAppsEnvironmentHeartbeatStatus
impl Sync for AzureContainerAppsEnvironmentHeartbeatStatus
impl Unpin for AzureContainerAppsEnvironmentHeartbeatStatus
impl UnsafeUnpin for AzureContainerAppsEnvironmentHeartbeatStatus
impl UnwindSafe for AzureContainerAppsEnvironmentHeartbeatStatus
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