pub struct ClusterSnapshotSummary {
pub runtime: RuntimeCapabilityStatus,
pub topology: RuntimeCapabilityStatus,
pub membership: RuntimeCapabilityStatus,
pub peer_health: RuntimeCapabilityStatus,
pub rpc_boundary: RuntimeCapabilityStatus,
pub observability: RuntimeCapabilityStatus,
pub workload_admission: RuntimeCapabilityStatus,
pub actionable_pressure: RuntimeCapabilityStatus,
}Expand description
Typed summary returned inside a cluster snapshot.
Fields§
§runtime: RuntimeCapabilityStatus§topology: RuntimeCapabilityStatus§membership: RuntimeCapabilityStatus§peer_health: RuntimeCapabilityStatus§rpc_boundary: RuntimeCapabilityStatus§observability: RuntimeCapabilityStatus§workload_admission: RuntimeCapabilityStatus§actionable_pressure: RuntimeCapabilityStatusTrait Implementations§
Source§impl Clone for ClusterSnapshotSummary
impl Clone for ClusterSnapshotSummary
Source§fn clone(&self) -> ClusterSnapshotSummary
fn clone(&self) -> ClusterSnapshotSummary
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 ClusterSnapshotSummary
impl Debug for ClusterSnapshotSummary
Source§impl<'de> Deserialize<'de> for ClusterSnapshotSummary
impl<'de> Deserialize<'de> for ClusterSnapshotSummary
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 ClusterSnapshotSummary
Source§impl PartialEq for ClusterSnapshotSummary
impl PartialEq for ClusterSnapshotSummary
Source§impl Serialize for ClusterSnapshotSummary
impl Serialize for ClusterSnapshotSummary
impl StructuralPartialEq for ClusterSnapshotSummary
Auto Trait Implementations§
impl Freeze for ClusterSnapshotSummary
impl RefUnwindSafe for ClusterSnapshotSummary
impl Send for ClusterSnapshotSummary
impl Sync for ClusterSnapshotSummary
impl Unpin for ClusterSnapshotSummary
impl UnsafeUnpin for ClusterSnapshotSummary
impl UnwindSafe for ClusterSnapshotSummary
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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