[][src]Struct nebula_fbthrift_meta::types::ConfigModule

pub struct ConfigModule(pub i32);

Implementations

impl ConfigModule[src]

pub const UNKNOWN: Self[src]

pub const ALL: Self[src]

pub const GRAPH: Self[src]

pub const META: Self[src]

pub const STORAGE: Self[src]

Trait Implementations

impl Clone for ConfigModule[src]

impl Copy for ConfigModule[src]

impl Debug for ConfigModule[src]

impl Default for ConfigModule[src]

impl<P> Deserialize<P> for ConfigModule where
    P: ProtocolReader
[src]

impl Display for ConfigModule[src]

impl Eq for ConfigModule[src]

impl<'a> From<&'a ConfigModule> for i32[src]

impl From<ConfigModule> for i32[src]

impl From<i32> for ConfigModule[src]

impl FromStr for ConfigModule[src]

type Err = Error

The associated error which can be returned from parsing.

impl GetTType for ConfigModule[src]

impl Hash for ConfigModule[src]

impl Ord for ConfigModule[src]

impl PartialEq<ConfigModule> for ConfigModule[src]

impl PartialOrd<ConfigModule> for ConfigModule[src]

impl<P> Serialize<P> for ConfigModule where
    P: ProtocolWriter
[src]

impl StructuralEq for ConfigModule[src]

impl StructuralPartialEq for ConfigModule[src]

impl ThriftEnum for ConfigModule[src]

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> ToString for T where
    T: Display + ?Sized
[src]

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.