pub enum UsageForecastConfidence {
Disabled,
NoData,
LowSample,
PartialPricing,
Estimated,
}Variants§
Trait Implementations§
Source§impl Clone for UsageForecastConfidence
impl Clone for UsageForecastConfidence
Source§fn clone(&self) -> UsageForecastConfidence
fn clone(&self) -> UsageForecastConfidence
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 UsageForecastConfidence
impl Debug for UsageForecastConfidence
Source§impl Default for UsageForecastConfidence
impl Default for UsageForecastConfidence
Source§fn default() -> UsageForecastConfidence
fn default() -> UsageForecastConfidence
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UsageForecastConfidence
impl<'de> Deserialize<'de> for UsageForecastConfidence
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 UsageForecastConfidence
impl PartialEq for UsageForecastConfidence
Source§fn eq(&self, other: &UsageForecastConfidence) -> bool
fn eq(&self, other: &UsageForecastConfidence) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UsageForecastConfidence
impl Serialize for UsageForecastConfidence
impl Copy for UsageForecastConfidence
impl Eq for UsageForecastConfidence
impl StructuralPartialEq for UsageForecastConfidence
Auto Trait Implementations§
impl Freeze for UsageForecastConfidence
impl RefUnwindSafe for UsageForecastConfidence
impl Send for UsageForecastConfidence
impl Sync for UsageForecastConfidence
impl Unpin for UsageForecastConfidence
impl UnsafeUnpin for UsageForecastConfidence
impl UnwindSafe for UsageForecastConfidence
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.