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