Enum tipb::AnalyzeType[][src]

pub enum AnalyzeType {
    TypeIndex,
    TypeColumn,
    TypeCommonHandle,
    TypeSampleIndex,
    TypeMixed,
    TypeFullSampling,
}

Variants

TypeIndex
TypeColumn
TypeCommonHandle
TypeSampleIndex
TypeMixed
TypeFullSampling

Trait Implementations

impl Clone for AnalyzeType[src]

impl Copy for AnalyzeType[src]

impl Debug for AnalyzeType[src]

impl Default for AnalyzeType[src]

impl Eq for AnalyzeType[src]

impl Hash for AnalyzeType[src]

impl PartialEq<AnalyzeType> for AnalyzeType[src]

impl PbPrint for AnalyzeType[src]

impl ProtobufEnum for AnalyzeType[src]

impl ProtobufValue for AnalyzeType[src]

impl StructuralEq for AnalyzeType[src]

impl StructuralPartialEq for AnalyzeType[src]

Auto Trait Implementations

impl RefUnwindSafe for AnalyzeType

impl Send for AnalyzeType

impl Sync for AnalyzeType

impl Unpin for AnalyzeType

impl UnwindSafe for AnalyzeType

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.