pub enum ProviderMaturity {
Stable,
Stub,
}Expand description
Provider maturity used for rollout and UX messaging.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ProviderMaturity
impl Clone for ProviderMaturity
Source§fn clone(&self) -> ProviderMaturity
fn clone(&self) -> ProviderMaturity
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 ProviderMaturity
impl Debug for ProviderMaturity
Source§impl Default for ProviderMaturity
impl Default for ProviderMaturity
Source§fn default() -> ProviderMaturity
fn default() -> ProviderMaturity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProviderMaturity
impl<'de> Deserialize<'de> for ProviderMaturity
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 ProviderMaturity
impl PartialEq for ProviderMaturity
Source§impl Serialize for ProviderMaturity
impl Serialize for ProviderMaturity
impl Copy for ProviderMaturity
impl Eq for ProviderMaturity
impl StructuralPartialEq for ProviderMaturity
Auto Trait Implementations§
impl Freeze for ProviderMaturity
impl RefUnwindSafe for ProviderMaturity
impl Send for ProviderMaturity
impl Sync for ProviderMaturity
impl Unpin for ProviderMaturity
impl UnsafeUnpin for ProviderMaturity
impl UnwindSafe for ProviderMaturity
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