Enum ib_client::models::inline_object_9::Freq[][src]

pub enum Freq {
    D,
    M,
    Q,
}

Frequency of cumulative performance data points: 'D'aily, 'M'onthly,'Q'uarterly.

Variants

D
M
Q

Trait Implementations

impl Clone for Freq[src]

impl Copy for Freq[src]

impl Debug for Freq[src]

impl<'de> Deserialize<'de> for Freq[src]

impl Eq for Freq[src]

impl Hash for Freq[src]

impl Ord for Freq[src]

impl PartialEq<Freq> for Freq[src]

impl PartialOrd<Freq> for Freq[src]

impl Serialize for Freq[src]

impl StructuralEq for Freq[src]

impl StructuralPartialEq for Freq[src]

Auto Trait Implementations

impl RefUnwindSafe for Freq

impl Send for Freq

impl Sync for Freq

impl Unpin for Freq

impl UnwindSafe for Freq

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized
[src]

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

impl<T> Instrument for T[src]

impl<T> Instrument 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.