pub enum CreateBillingAlertUsageThresholdRecurrence {
OneTime,
}
Expand description
Defines how the alert will behave.
Variants§
OneTime
Implementations§
Trait Implementations§
Source§impl Clone for CreateBillingAlertUsageThresholdRecurrence
impl Clone for CreateBillingAlertUsageThresholdRecurrence
Source§fn clone(&self) -> CreateBillingAlertUsageThresholdRecurrence
fn clone(&self) -> CreateBillingAlertUsageThresholdRecurrence
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 PartialEq for CreateBillingAlertUsageThresholdRecurrence
impl PartialEq for CreateBillingAlertUsageThresholdRecurrence
Source§fn eq(&self, other: &CreateBillingAlertUsageThresholdRecurrence) -> bool
fn eq(&self, other: &CreateBillingAlertUsageThresholdRecurrence) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateBillingAlertUsageThresholdRecurrence
impl Eq for CreateBillingAlertUsageThresholdRecurrence
impl StructuralPartialEq for CreateBillingAlertUsageThresholdRecurrence
Auto Trait Implementations§
impl Freeze for CreateBillingAlertUsageThresholdRecurrence
impl RefUnwindSafe for CreateBillingAlertUsageThresholdRecurrence
impl Send for CreateBillingAlertUsageThresholdRecurrence
impl Sync for CreateBillingAlertUsageThresholdRecurrence
impl Unpin for CreateBillingAlertUsageThresholdRecurrence
impl UnwindSafe for CreateBillingAlertUsageThresholdRecurrence
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