Enum amfnengine::FrequencyType[]

pub enum FrequencyType {
    None,
    OneYear,
    SixMonths,
    FourMonths,
    ThreeMonths,
    TwoMonths,
    OneMonth,
    HalfMonth,
    StartFixed,
    FourWeeks,
    TwoWeeks,
    OneWeek,
    OneDay,
    Continuous,
}

Frequency type enumeration.

Variants

None

Not specified.

OneYear

1 year.

SixMonths

6 months.

FourMonths

4 months.

ThreeMonths

3 months.

TwoMonths

2 months.

OneMonth

1 month.

HalfMonth

Half month (semi-monthly).

StartFixed

Start of fixed frequencies

FourWeeks

4 weeks.

TwoWeeks

2 weeks (bi-weekly).

OneWeek

1 week.

OneDay

1 day.

Continuous

Continuous.

Trait Implementations

impl Clone for FrequencyType

impl Copy for FrequencyType

impl Debug for FrequencyType

impl Eq for FrequencyType

impl PartialEq<FrequencyType> for FrequencyType

impl StructuralEq for FrequencyType

impl StructuralPartialEq for FrequencyType

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.