pub enum ProviderProfileHealth {
Applying,
Ready,
Degraded,
Error,
}Variants§
Trait Implementations§
Source§impl Clone for ProviderProfileHealth
impl Clone for ProviderProfileHealth
Source§fn clone(&self) -> ProviderProfileHealth
fn clone(&self) -> ProviderProfileHealth
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 moreimpl Copy for ProviderProfileHealth
Source§impl Debug for ProviderProfileHealth
impl Debug for ProviderProfileHealth
Source§impl<'de> Deserialize<'de> for ProviderProfileHealth
impl<'de> Deserialize<'de> for ProviderProfileHealth
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 ProviderProfileHealth
Source§impl PartialEq for ProviderProfileHealth
impl PartialEq for ProviderProfileHealth
Source§impl Serialize for ProviderProfileHealth
impl Serialize for ProviderProfileHealth
impl StructuralPartialEq for ProviderProfileHealth
Auto Trait Implementations§
impl Freeze for ProviderProfileHealth
impl RefUnwindSafe for ProviderProfileHealth
impl Send for ProviderProfileHealth
impl Sync for ProviderProfileHealth
impl Unpin for ProviderProfileHealth
impl UnsafeUnpin for ProviderProfileHealth
impl UnwindSafe for ProviderProfileHealth
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