pub enum CurrentIntervalEnum {
Monthly,
Yearly,
}Expand description
The currently active interval of the subscription monthly Monthly yearly Yearly
Variants§
Trait Implementations§
Source§impl Clone for CurrentIntervalEnum
impl Clone for CurrentIntervalEnum
Source§fn clone(&self) -> CurrentIntervalEnum
fn clone(&self) -> CurrentIntervalEnum
Returns a duplicate of the value. Read more
1.0.0 · 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 CurrentIntervalEnum
impl Debug for CurrentIntervalEnum
Source§impl Default for CurrentIntervalEnum
impl Default for CurrentIntervalEnum
Source§fn default() -> CurrentIntervalEnum
fn default() -> CurrentIntervalEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CurrentIntervalEnum
impl<'de> Deserialize<'de> for CurrentIntervalEnum
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 Hash for CurrentIntervalEnum
impl Hash for CurrentIntervalEnum
Source§impl Ord for CurrentIntervalEnum
impl Ord for CurrentIntervalEnum
Source§fn cmp(&self, other: &CurrentIntervalEnum) -> Ordering
fn cmp(&self, other: &CurrentIntervalEnum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CurrentIntervalEnum
impl PartialEq for CurrentIntervalEnum
Source§impl PartialOrd for CurrentIntervalEnum
impl PartialOrd for CurrentIntervalEnum
Source§impl Serialize for CurrentIntervalEnum
impl Serialize for CurrentIntervalEnum
impl Copy for CurrentIntervalEnum
impl Eq for CurrentIntervalEnum
impl StructuralPartialEq for CurrentIntervalEnum
Auto Trait Implementations§
impl Freeze for CurrentIntervalEnum
impl RefUnwindSafe for CurrentIntervalEnum
impl Send for CurrentIntervalEnum
impl Sync for CurrentIntervalEnum
impl Unpin for CurrentIntervalEnum
impl UnwindSafe for CurrentIntervalEnum
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