pub struct RuntimeHealthObservation {
pub state: RuntimeHealthState,
pub checked_at_ms: u64,
pub message: Option<String>,
}Fields§
§state: RuntimeHealthState§checked_at_ms: u64§message: Option<String>Trait Implementations§
Source§impl Clone for RuntimeHealthObservation
impl Clone for RuntimeHealthObservation
Source§fn clone(&self) -> RuntimeHealthObservation
fn clone(&self) -> RuntimeHealthObservation
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 RuntimeHealthObservation
impl Debug for RuntimeHealthObservation
Source§impl<'de> Deserialize<'de> for RuntimeHealthObservation
impl<'de> Deserialize<'de> for RuntimeHealthObservation
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
impl Eq for RuntimeHealthObservation
Source§impl PartialEq for RuntimeHealthObservation
impl PartialEq for RuntimeHealthObservation
Source§impl Serialize for RuntimeHealthObservation
impl Serialize for RuntimeHealthObservation
impl StructuralPartialEq for RuntimeHealthObservation
Auto Trait Implementations§
impl Freeze for RuntimeHealthObservation
impl RefUnwindSafe for RuntimeHealthObservation
impl Send for RuntimeHealthObservation
impl Sync for RuntimeHealthObservation
impl Unpin for RuntimeHealthObservation
impl UnsafeUnpin for RuntimeHealthObservation
impl UnwindSafe for RuntimeHealthObservation
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