[][src]Struct nebula_fbthrift_meta::types::ConfigMode

pub struct ConfigMode(pub i32);

Implementations

impl ConfigMode[src]

pub const IMMUTABLE: Self[src]

pub const REBOOT: Self[src]

pub const MUTABLE: Self[src]

pub const IGNORED: Self[src]

Trait Implementations

impl Clone for ConfigMode[src]

impl Copy for ConfigMode[src]

impl Debug for ConfigMode[src]

impl Default for ConfigMode[src]

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

impl Display for ConfigMode[src]

impl Eq for ConfigMode[src]

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

impl From<ConfigMode> for i32[src]

impl From<i32> for ConfigMode[src]

impl FromStr for ConfigMode[src]

type Err = Error

The associated error which can be returned from parsing.

impl GetTType for ConfigMode[src]

impl Hash for ConfigMode[src]

impl Ord for ConfigMode[src]

impl PartialEq<ConfigMode> for ConfigMode[src]

impl PartialOrd<ConfigMode> for ConfigMode[src]

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

impl StructuralEq for ConfigMode[src]

impl StructuralPartialEq for ConfigMode[src]

impl ThriftEnum for ConfigMode[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.