[][src]Struct nebula_fbthrift_common_v2::types::NullType

pub struct NullType(pub i32);

Implementations

impl NullType[src]

pub const __NULL__: Self[src]

pub const NaN: Self[src]

pub const BAD_DATA: Self[src]

pub const BAD_TYPE: Self[src]

pub const ERR_OVERFLOW: Self[src]

pub const UNKNOWN_PROP: Self[src]

pub const DIV_BY_ZERO: Self[src]

pub const OUT_OF_RANGE: Self[src]

Trait Implementations

impl Clone for NullType[src]

impl Copy for NullType[src]

impl Debug for NullType[src]

impl Default for NullType[src]

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

impl Display for NullType[src]

impl Eq for NullType[src]

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

impl From<NullType> for i32[src]

impl From<i32> for NullType[src]

impl FromStr for NullType[src]

type Err = Error

The associated error which can be returned from parsing.

impl GetTType for NullType[src]

impl Hash for NullType[src]

impl Ord for NullType[src]

impl PartialEq<NullType> for NullType[src]

impl PartialOrd<NullType> for NullType[src]

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

impl StructuralEq for NullType[src]

impl StructuralPartialEq for NullType[src]

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