pub struct ClusterListingSnapshot {
pub source: String,
pub condition: String,
pub status: Option<RuntimeCapabilityStatus>,
pub internode_stall_timeouts_total: u64,
pub hint: String,
pub extra: BTreeMap<String, Value>,
}Fields§
§source: String§condition: String§status: Option<RuntimeCapabilityStatus>§internode_stall_timeouts_total: u64§hint: String§extra: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for ClusterListingSnapshot
impl Clone for ClusterListingSnapshot
Source§fn clone(&self) -> ClusterListingSnapshot
fn clone(&self) -> ClusterListingSnapshot
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 ClusterListingSnapshot
impl Debug for ClusterListingSnapshot
Source§impl Default for ClusterListingSnapshot
impl Default for ClusterListingSnapshot
Source§fn default() -> ClusterListingSnapshot
fn default() -> ClusterListingSnapshot
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClusterListingSnapshot
impl<'de> Deserialize<'de> for ClusterListingSnapshot
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 ClusterListingSnapshot
impl PartialEq for ClusterListingSnapshot
Source§impl Serialize for ClusterListingSnapshot
impl Serialize for ClusterListingSnapshot
impl StructuralPartialEq for ClusterListingSnapshot
Auto Trait Implementations§
impl Freeze for ClusterListingSnapshot
impl RefUnwindSafe for ClusterListingSnapshot
impl Send for ClusterListingSnapshot
impl Sync for ClusterListingSnapshot
impl Unpin for ClusterListingSnapshot
impl UnsafeUnpin for ClusterListingSnapshot
impl UnwindSafe for ClusterListingSnapshot
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