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