[][src]Struct nebula_fbthrift_meta::types::TaskResult

pub struct TaskResult(pub i32);

Implementations

impl TaskResult[src]

pub const SUCCEEDED: Self[src]

pub const FAILED: Self[src]

pub const IN_PROGRESS: Self[src]

pub const INVALID: Self[src]

Trait Implementations

impl Clone for TaskResult[src]

impl Copy for TaskResult[src]

impl Debug for TaskResult[src]

impl Default for TaskResult[src]

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

impl Display for TaskResult[src]

impl Eq for TaskResult[src]

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

impl From<TaskResult> for i32[src]

impl From<i32> for TaskResult[src]

impl FromStr for TaskResult[src]

type Err = Error

The associated error which can be returned from parsing.

impl GetTType for TaskResult[src]

impl Hash for TaskResult[src]

impl Ord for TaskResult[src]

impl PartialEq<TaskResult> for TaskResult[src]

impl PartialOrd<TaskResult> for TaskResult[src]

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

impl StructuralEq for TaskResult[src]

impl StructuralPartialEq for TaskResult[src]

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