pub enum PluginNodeHealth {
Healthy,
Warning,
Unhealthy,
}Expand description
Plugin-compatible node health status
Variants§
Trait Implementations§
Source§impl Clone for PluginNodeHealth
impl Clone for PluginNodeHealth
Source§fn clone(&self) -> PluginNodeHealth
fn clone(&self) -> PluginNodeHealth
Returns a duplicate of the value. Read more
1.0.0 · 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 PluginNodeHealth
impl Debug for PluginNodeHealth
Source§impl PartialEq for PluginNodeHealth
impl PartialEq for PluginNodeHealth
impl Copy for PluginNodeHealth
impl Eq for PluginNodeHealth
impl StructuralPartialEq for PluginNodeHealth
Auto Trait Implementations§
impl Freeze for PluginNodeHealth
impl RefUnwindSafe for PluginNodeHealth
impl Send for PluginNodeHealth
impl Sync for PluginNodeHealth
impl Unpin for PluginNodeHealth
impl UnwindSafe for PluginNodeHealth
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.