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