pub enum SpendLimitInterval {
Month,
Other(String),
}Available on crate feature
administration-types only.Variants§
Trait Implementations§
Source§impl Clone for SpendLimitInterval
impl Clone for SpendLimitInterval
Source§fn clone(&self) -> SpendLimitInterval
fn clone(&self) -> SpendLimitInterval
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 SpendLimitInterval
impl Debug for SpendLimitInterval
Source§impl<'de> Deserialize<'de> for SpendLimitInterval
impl<'de> Deserialize<'de> for SpendLimitInterval
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
Source§impl PartialEq for SpendLimitInterval
impl PartialEq for SpendLimitInterval
Source§impl Serialize for SpendLimitInterval
impl Serialize for SpendLimitInterval
impl StructuralPartialEq for SpendLimitInterval
Auto Trait Implementations§
impl Freeze for SpendLimitInterval
impl RefUnwindSafe for SpendLimitInterval
impl Send for SpendLimitInterval
impl Sync for SpendLimitInterval
impl Unpin for SpendLimitInterval
impl UnsafeUnpin for SpendLimitInterval
impl UnwindSafe for SpendLimitInterval
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