pub enum ProjectSpendAlertCurrency {
USD,
}Available on crate feature
administration-types only.Expand description
The currency for the threshold amount.
Variants§
USD
Trait Implementations§
Source§impl Clone for ProjectSpendAlertCurrency
impl Clone for ProjectSpendAlertCurrency
Source§fn clone(&self) -> ProjectSpendAlertCurrency
fn clone(&self) -> ProjectSpendAlertCurrency
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 ProjectSpendAlertCurrency
impl Debug for ProjectSpendAlertCurrency
Source§impl<'de> Deserialize<'de> for ProjectSpendAlertCurrency
impl<'de> Deserialize<'de> for ProjectSpendAlertCurrency
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 StructuralPartialEq for ProjectSpendAlertCurrency
Auto Trait Implementations§
impl Freeze for ProjectSpendAlertCurrency
impl RefUnwindSafe for ProjectSpendAlertCurrency
impl Send for ProjectSpendAlertCurrency
impl Sync for ProjectSpendAlertCurrency
impl Unpin for ProjectSpendAlertCurrency
impl UnsafeUnpin for ProjectSpendAlertCurrency
impl UnwindSafe for ProjectSpendAlertCurrency
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