[][src]Struct nebula_fbthrift_meta::types::HostStatus

pub struct HostStatus(pub i32);

Implementations

impl HostStatus[src]

pub const ONLINE: Self[src]

pub const OFFLINE: Self[src]

pub const UNKNOWN: Self[src]

Trait Implementations

impl Clone for HostStatus[src]

impl Copy for HostStatus[src]

impl Debug for HostStatus[src]

impl Default for HostStatus[src]

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

impl Display for HostStatus[src]

impl Eq for HostStatus[src]

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

impl From<HostStatus> for i32[src]

impl From<i32> for HostStatus[src]

impl FromStr for HostStatus[src]

type Err = Error

The associated error which can be returned from parsing.

impl GetTType for HostStatus[src]

impl Hash for HostStatus[src]

impl Ord for HostStatus[src]

impl PartialEq<HostStatus> for HostStatus[src]

impl PartialOrd<HostStatus> for HostStatus[src]

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

impl StructuralEq for HostStatus[src]

impl StructuralPartialEq for HostStatus[src]

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