pub enum BillingAlertAlertType {
UsageThreshold,
}
Variants§
UsageThreshold
Implementations§
Trait Implementations§
Source§impl Clone for BillingAlertAlertType
impl Clone for BillingAlertAlertType
Source§fn clone(&self) -> BillingAlertAlertType
fn clone(&self) -> BillingAlertAlertType
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 BillingAlertAlertType
impl Debug for BillingAlertAlertType
Source§impl Deserialize for BillingAlertAlertType
impl Deserialize for BillingAlertAlertType
Source§impl Display for BillingAlertAlertType
impl Display for BillingAlertAlertType
Source§impl FromStr for BillingAlertAlertType
impl FromStr for BillingAlertAlertType
Source§impl FromValueOpt for BillingAlertAlertType
impl FromValueOpt for BillingAlertAlertType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for BillingAlertAlertType
impl PartialEq for BillingAlertAlertType
Source§impl Serialize for BillingAlertAlertType
impl Serialize for BillingAlertAlertType
impl Copy for BillingAlertAlertType
impl Eq for BillingAlertAlertType
impl StructuralPartialEq for BillingAlertAlertType
Auto Trait Implementations§
impl Freeze for BillingAlertAlertType
impl RefUnwindSafe for BillingAlertAlertType
impl Send for BillingAlertAlertType
impl Sync for BillingAlertAlertType
impl Unpin for BillingAlertAlertType
impl UnwindSafe for BillingAlertAlertType
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