[][src]Enum nebula_graph_fbthrift_storage::types::EntryId

pub enum EntryId {
    tag_id(TagID),
    edge_type(EdgeType),
    UnknownField(i32),
}

Variants

tag_id(TagID)
edge_type(EdgeType)
UnknownField(i32)

Trait Implementations

impl Clone for EntryId[src]

impl Debug for EntryId[src]

impl Default for EntryId[src]

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

impl Eq for EntryId[src]

impl GetTType for EntryId[src]

impl Hash for EntryId[src]

impl Ord for EntryId[src]

impl PartialEq<EntryId> for EntryId[src]

impl PartialOrd<EntryId> for EntryId[src]

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

impl StructuralEq for EntryId[src]

impl StructuralPartialEq for EntryId[src]

Auto Trait Implementations

impl RefUnwindSafe for EntryId

impl Send for EntryId

impl Sync for EntryId

impl Unpin for EntryId

impl UnwindSafe for EntryId

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, 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.