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