pub struct ServiceStatusCellSnapshot {
pub kind: ServiceStatusKind,
pub probe: Option<ServiceStatusProbeSample>,
}Fields§
§kind: ServiceStatusKind§probe: Option<ServiceStatusProbeSample>Trait Implementations§
Source§impl Clone for ServiceStatusCellSnapshot
impl Clone for ServiceStatusCellSnapshot
Source§fn clone(&self) -> ServiceStatusCellSnapshot
fn clone(&self) -> ServiceStatusCellSnapshot
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 ServiceStatusCellSnapshot
impl Debug for ServiceStatusCellSnapshot
Source§impl<'de> Deserialize<'de> for ServiceStatusCellSnapshot
impl<'de> Deserialize<'de> for ServiceStatusCellSnapshot
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 ServiceStatusCellSnapshot
impl PartialEq for ServiceStatusCellSnapshot
Source§fn eq(&self, other: &ServiceStatusCellSnapshot) -> bool
fn eq(&self, other: &ServiceStatusCellSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServiceStatusCellSnapshot
Auto Trait Implementations§
impl Freeze for ServiceStatusCellSnapshot
impl RefUnwindSafe for ServiceStatusCellSnapshot
impl Send for ServiceStatusCellSnapshot
impl Sync for ServiceStatusCellSnapshot
impl Unpin for ServiceStatusCellSnapshot
impl UnsafeUnpin for ServiceStatusCellSnapshot
impl UnwindSafe for ServiceStatusCellSnapshot
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