pub struct AiHeartbeatStatus {
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 AiHeartbeatStatus
impl Clone for AiHeartbeatStatus
Source§fn clone(&self) -> AiHeartbeatStatus
fn clone(&self) -> AiHeartbeatStatus
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 AiHeartbeatStatus
impl Debug for AiHeartbeatStatus
Source§impl Default for AiHeartbeatStatus
impl Default for AiHeartbeatStatus
Source§impl<'de> Deserialize<'de> for AiHeartbeatStatus
impl<'de> Deserialize<'de> for AiHeartbeatStatus
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 AiHeartbeatStatus
impl PartialEq for AiHeartbeatStatus
Source§impl Serialize for AiHeartbeatStatus
impl Serialize for AiHeartbeatStatus
impl StructuralPartialEq for AiHeartbeatStatus
Auto Trait Implementations§
impl Freeze for AiHeartbeatStatus
impl RefUnwindSafe for AiHeartbeatStatus
impl Send for AiHeartbeatStatus
impl Sync for AiHeartbeatStatus
impl Unpin for AiHeartbeatStatus
impl UnsafeUnpin for AiHeartbeatStatus
impl UnwindSafe for AiHeartbeatStatus
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